Skip to content

Commit

Permalink
Merge pull request #145 from Amsterdam/chore/remove-setuptools
Browse files Browse the repository at this point in the history
Remove setuptools
  • Loading branch information
ferhany2002 authored Dec 10, 2024
2 parents cb0245e + 0c047d4 commit 9179aca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
4 changes: 1 addition & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ opencensus-ext-django
opencensus-ext-azure
opencensus-ext-postgresql
opencensus-ext-logging
opencensus-ext-requests

setuptools
opencensus-ext-requests
16 changes: 6 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cryptography==44.0.0
# pyopenssl
diff-match-patch==20241021
# via django-import-export
django==5.1.3
django==5.1.4
# via
# -r requirements.in
# django-cors-headers
Expand All @@ -74,7 +74,7 @@ django-csp==3.8
# via -r requirements.in
django-filter==24.3
# via djangorestframework-gis
django-import-export[xlsx]==4.3.1
django-import-export[xlsx]==4.3.3
# via -r requirements.in
django-leaflet==0.31.0
# via -r requirements.in
Expand All @@ -90,7 +90,7 @@ djangorestframework-gis==1.1
# via -r requirements.in
et-xmlfile==2.0.0
# via openpyxl
google-api-core==2.23.0
google-api-core==2.24.0
# via opencensus
google-auth==2.36.0
# via google-api-core
Expand All @@ -116,7 +116,7 @@ msal==1.31.1
# msal-extensions
msal-extensions==1.2.0
# via azure-identity
numpy==2.1.3
numpy==2.2.0
# via pandas
opencensus==0.11.4
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ portalocker==2.10.1
# via msal-extensions
proto-plus==1.25.0
# via google-api-core
protobuf==5.29.0
protobuf==5.29.1
# via
# google-api-core
# googleapis-common-protos
Expand Down Expand Up @@ -193,7 +193,7 @@ requests==2.32.3
# opencensus-ext-requests
rsa==4.9
# via google-auth
six==1.16.0
six==1.17.0
# via
# azure-core
# opencensus
Expand All @@ -217,7 +217,3 @@ urllib3==2.2.3
# via requests
wrapt==1.17.0
# via opencensus-ext-requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
# via -r requirements.in
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ black==24.10.0
# via -r requirements_dev.in
click==8.1.7
# via black
coverage[toml]==7.6.8
coverage[toml]==7.6.9
# via pytest-cov
django==5.1.3
django==5.1.4
# via model-bakery
exceptiongroup==1.2.2
# via pytest
Expand Down

0 comments on commit 9179aca

Please sign in to comment.