Skip to content

Commit fc35da5

Browse files
committed
fix: requirements.txt
1 parent 4b8b009 commit fc35da5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ argon2-cffi
22
bcrypt>=3.2,<3.3
33
black
44
cleo>=0.8.1,<0.9
5-
cryptography>=3.3.1,<4.0
6-
dotty_dict>=1.3.0<1.40
5+
cryptography>=36,<37
6+
dotty_dict>=1.3.0,<1.40
77
exceptionite>=2.0,<3
88
hashids>=1.3,<1.4
99
hfilesize>=0.1
@@ -20,7 +20,7 @@ python-dotenv>=0.15,<0.16
2020
responses
2121
slackblocks
2222
tldextract>=2.2,<2.3
23-
werkzeug>=2<3
24-
watchdog>=2<3
23+
werkzeug>=2,<3
24+
watchdog>=2,<3
2525
whitenoise>=5.2,<5.3
2626
pyjwt>=2.3,<2.5

0 commit comments

Comments
 (0)