Skip to content

Commit

Permalink
EAS-2000 Bump pyyaml version and remove unused dependencies (#99)
Browse files Browse the repository at this point in the history
* bump pyyaml version and remove unused dependencies

* don't break the dockerised way of running locally

* remove unnecessary check
  • Loading branch information
jonathan-owens-gds authored Mar 6, 2024
1 parent 4ac4c19 commit 07981bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 29 deletions.
4 changes: 0 additions & 4 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements.in

awscli==1.27.101
cffi==1.15.1
celery[sqs]==5.2.7
Flask-Bcrypt==1.0.1
Expand Down Expand Up @@ -44,6 +43,3 @@ pytest-cov==4.0.0
pytest-xdist==2.5.0
freezegun==1.2.2
requests-mock==1.10.0

# used for creating manifest file locally
jinja2-cli[yaml]==0.8.2
36 changes: 11 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ attrs==22.1.0
# flake8-bugbear
# jsonschema
# pytest
awscli==1.27.101
# via -r requirements.in
bcrypt==4.0.0
# via flask-bcrypt
beautifulsoup4==4.11.1
Expand All @@ -28,10 +26,11 @@ black==22.8.0
blinker==1.5
# via gds-metrics
boto3==1.26.100
# via moto
# via
# kombu
# moto
botocore==1.29.101
# via
# awscli
# boto3
# moto
# s3transfer
Expand Down Expand Up @@ -64,8 +63,6 @@ click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
colorama==0.4.4
# via awscli
coverage[toml]==7.2.2
# via pytest-cov
cryptography==40.0.1
Expand All @@ -74,8 +71,6 @@ dnspython==2.2.1
# via eventlet
docopt==0.6.2
# via notifications-python-client
docutils==0.16
# via awscli
eventlet==0.33.1
# via gunicorn
execnet==1.9.0
Expand Down Expand Up @@ -114,7 +109,7 @@ gds-metrics @ git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6
# via -r requirements.in
greenlet==1.1.3
# via eventlet
gunicorn @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
gunicorn[eventlet] @ git+https://github.com/benoitc/gunicorn.git@1299ea9e967a61ae2edebe191082fd169b864c64
# via -r requirements.in
idna==3.4
# via
Expand All @@ -137,10 +132,7 @@ itsdangerous==2.1.2
jinja2==3.1.2
# via
# flask
# jinja2-cli
# moto
jinja2-cli[yaml]==0.8.2
# via -r requirements.in
jmespath==1.0.1
# via
# boto3
Expand All @@ -149,7 +141,7 @@ jsonpointer==2.3
# via jsonschema
jsonschema[format]==4.16.0
# via -r requirements.in
kombu==5.2.4
kombu[sqs]==5.2.4
# via celery
lxml==4.9.1
# via -r requirements.in
Expand Down Expand Up @@ -199,12 +191,12 @@ py==1.11.0
# via
# pytest
# pytest-forked
pyasn1==0.4.8
# via rsa
pycodestyle==2.9.1
# via flake8
pycparser==2.21
# via cffi
pycurl==7.44.1
# via kombu
pyflakes==2.5.0
# via flake8
pyjwt==2.5.0
Expand Down Expand Up @@ -243,11 +235,8 @@ pytz==2022.4
# via
# celery
# moto
pyyaml==5.4.1
# via
# awscli
# jinja2-cli
# responses
pyyaml==6.0.1
# via responses
requests==2.28.1
# via
# moto
Expand All @@ -262,12 +251,8 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3987==1.3.8
# via jsonschema
rsa==4.7.2
# via awscli
s3transfer==0.6.0
# via
# awscli
# boto3
# via boto3
six==1.16.0
# via
# click-repl
Expand Down Expand Up @@ -298,6 +283,7 @@ uri-template==1.2.0
urllib3==1.26.12
# via
# botocore
# kombu
# requests
# responses
vine==5.0.0
Expand Down

0 comments on commit 07981bb

Please sign in to comment.