Skip to content

Commit

Permalink
add requests to required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvr committed Dec 10, 2024
1 parent bb2cb63 commit 46050d7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
7 changes: 4 additions & 3 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asttokens==3.0.0
# via stack-data
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.77
# via
# -r requirements.in
# moto
botocore==1.35.76
botocore==1.35.77
# via
# boto3
# moto
Expand Down Expand Up @@ -210,6 +210,7 @@ raven==6.10.0
# via -r requirements.in
requests==2.32.3
# via
# -r requirements.in
# moto
# responses
responses==0.25.3
Expand All @@ -222,7 +223,7 @@ six==1.17.0
# via
# promise
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stack-data==0.6.3
# via ipython
Expand Down
3 changes: 3 additions & 0 deletions backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ pendulum
# GraphQL
graphene-django

# Requests
requests

# AWS
boto3

Expand Down
18 changes: 14 additions & 4 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ asttokens==3.0.0
# via stack-data
billiard==4.2.1
# via celery
boto3==1.35.76
boto3==1.35.77
# via -r requirements.in
botocore==1.35.76
botocore==1.35.77
# via
# boto3
# s3transfer
celery==5.4.0
# via
# -r requirements.in
# django-celery-beat
certifi==2024.8.30
# via requests
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# celery
Expand Down Expand Up @@ -92,6 +96,8 @@ graphql-relay==3.2.0
# via
# graphene
# graphene-django
idna==3.10
# via requests
ipython==8.30.0
# via -r requirements.in
jedi==0.19.2
Expand Down Expand Up @@ -141,13 +147,15 @@ python-dateutil==2.9.0.post0
# time-machine
raven==6.10.0
# via -r requirements.in
requests==2.32.3
# via -r requirements.in
s3transfer==0.10.4
# via boto3
six==1.17.0
# via
# promise
# python-dateutil
sqlparse==0.5.2
sqlparse==0.5.3
# via django
stack-data==0.6.3
# via ipython
Expand All @@ -173,7 +181,9 @@ tzdata==2024.2
# kombu
# pendulum
urllib3==2.2.3
# via botocore
# via
# botocore
# requests
vine==5.1.0
# via
# amqp
Expand Down

0 comments on commit 46050d7

Please sign in to comment.