Skip to content

Commit

Permalink
dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaetani committed Nov 21, 2024
1 parent a800e91 commit 36455b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6fb1ee40b7e84f2
sentry-sdk[flask]>=1.0.0,<2.0.0

# WHS-004 Rate limiting recommendation from pentest
Flask-Limiter[redis]==3.8.0
Flask-Limiter[redis]==3.8.0

Deprecated==1.2.15
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ colorama==0.4.4
# via awscli
cryptography==39.0.1
# via fido2
deprecated==1.2.14
# via limits
deprecated==1.2.15
# via
# -r requirements.in
# limits
dnspython==2.4.2
# via eventlet
docopt==0.6.2
Expand Down

0 comments on commit 36455b5

Please sign in to comment.