Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ djangorestframework==3.15.1
dockerflow==2024.4.2
drf-orjson-renderer==1.1.5
google-cloud-bigquery==3.25.0
google-cloud-storage==2.16.0
google-cloud-storage==3.6.0
gunicorn==23.0.0
psycopg2-binary==2.9.1
whitenoise==6.7.0
Expand Down
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ cachetools==4.2.2
# via google-auth
certifi==2024.7.4
# via requests
cffi==1.14.6
# via google-crc32c
charset-normalizer==2.0.4
# via requests
click==8.1.2
Expand Down Expand Up @@ -41,7 +39,7 @@ exceptiongroup==1.2.0
# via pytest
flake8==7.1.0
# via -r requirements.in
google-api-core[grpc]==2.17.1
google-api-core[grpc]==2.28.1
# via
# google-cloud-bigquery
# google-cloud-core
Expand All @@ -54,17 +52,17 @@ google-auth==2.28.2
# google-cloud-storage
google-cloud-bigquery==3.25.0
# via -r requirements.in
google-cloud-core==2.4.1
google-cloud-core==2.5.0
# via
# google-cloud-bigquery
# google-cloud-storage
google-cloud-storage==2.16.0
google-cloud-storage==3.6.0
# via -r requirements.in
google-crc32c==1.1.2
google-crc32c==1.7.1
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.0
google-resumable-media==2.8.0
# via
# google-cloud-bigquery
# google-cloud-storage
Expand Down Expand Up @@ -101,11 +99,14 @@ platformdirs==2.5.2
# via black
pluggy==1.5.0
# via pytest
proto-plus==1.26.1
# via google-api-core
protobuf==4.25.3
# via
# google-api-core
# googleapis-common-protos
# grpcio-status
# proto-plus
psycopg2-binary==2.9.1
# via -r requirements.in
pyasn1==0.4.8
Expand All @@ -116,8 +117,6 @@ pyasn1-modules==0.2.8
# via google-auth
pycodestyle==2.12.0
# via flake8
pycparser==2.20
# via cffi
pyflakes==3.2.0
# via flake8
pyparsing==2.4.7
Expand Down