Skip to content

Commit

Permalink
fix(api): control captcha dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Jul 3, 2023
1 parent f3fef22 commit 04e1470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ django-pgtrigger~=4.7.0
django-prometheus~=2.3.1
dnspython~=2.3.0
httpretty~=1.0.5 # 1.1 breaks tests. Does not run in production, so stick to it.
Pillow~=9.5.0 # added to control captcha's dependency version, https://github.com/lepture/captcha/issues/63
pyotp~=2.8.0
psycopg~=3.1.9
prometheus-client~=0.17.0 # added to control django-prometheus' dependency version
Expand Down

0 comments on commit 04e1470

Please sign in to comment.