Skip to content

Commit 5ae6b4d

Browse files
add: missing moduel names in requirements
1 parent 0340f64 commit 5ae6b4d

1 file changed

Lines changed: 13 additions & 23 deletions

File tree

requirements.txt

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
1+
argon2==0.1.10
12
argon2-cffi==21.3.0
23
argon2-cffi-bindings==21.2.0
3-
asgiref==3.5.2
4-
certifi==2022.6.15
5-
cffi==1.15.0
6-
charset-normalizer==2.0.12
7-
click==8.1.3
8-
colorama==0.4.5
9-
cryptography==37.0.2
4+
asgiref==3.6.0
5+
certifi==2022.12.7
6+
cffi==1.15.1
7+
charset-normalizer==3.0.1
8+
cryptography==39.0.1
109
defusedxml==0.7.1
1110
dj-database-url==0.5.0
12-
Django==4.0.4
13-
django-allauth==0.51.0
14-
django-crispy-forms==1.14.0
11+
Django==4.1.7
12+
django-allauth==0.52.0
13+
django-crispy-forms==2.0
1514
django-heroku==0.3.1
16-
flake8==3.9.0
17-
Flask==2.1.2
18-
gunicorn==20.1.0
19-
idna==3.3
20-
importlib-metadata==4.11.4
21-
itsdangerous==2.1.2
22-
Jinja2==3.1.2
23-
MarkupSafe==2.1.1
15+
idna==3.4
2416
mccabe==0.6.1
25-
oauthlib==3.2.0
26-
php-wsgi==0.0.12
27-
Pillow==8.0.0
17+
oauthlib==3.2.2
18+
Pillow==9.4.0
2819
psycopg2==2.9.3
2920
pycodestyle==2.7.0
3021
pycparser==2.21
@@ -33,11 +24,10 @@ PyJWT==2.4.0
3324
python3-openid==3.2.0
3425
pytz==2020.1
3526
PyYAML==5.1
36-
requests==2.28.0
27+
requests==2.28.2
3728
requests-oauthlib==1.3.1
3829
sqlparse==0.3.1
3930
urllib3==1.26.9
4031
Werkzeug==2.1.2
4132
whitenoise==6.2.0
4233
zipp==3.8.0
43-

0 commit comments

Comments
 (0)