-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
72 lines (64 loc) · 1.29 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
## Web Application
Django==4.1.3
django-grappelli==3.0.3
django-model-utils==4.3.1
django-rest-framework==0.1.0
djangorestframework==3.14.0
dj-database-url==1.0.0
gunicorn==20.1.0
psycopg2-binary==2.9.5
python-dotenv==0.21.0
social-auth-app-django==5.0.0
social-auth-core==4.3.0
whitenoise==6.2.0
## Utilities
pytz==2022.6
python-dateutil==2.8.2
six==1.16.0
## Subdependencies
# asgiref==3.5.2
# certifi==2022.9.24
# cffi==1.15.1
# charset-normalizer==2.1.1
# cryptography==38.0.3
# defusedxml==0.7.1
# idna==3.4
# oauthlib==3.2.2
# pycparser==2.21
# PyJWT==2.6.0
# python3-openid==3.2.0
# requests-oauthlib==1.3.1
# requests==2.28.1
# sqlparse==0.4.3
# urllib3==1.26.12
## Test Dependencies
## Uncomment these for development
# factory-boy==3.2.1
# pytest==7.2.0
# pytest-cov==4.0.0
# pytest-django==4.5.2
# pytest-env==0.8.1
# pytest-flakes==4.0.5
## Test Subdependencies
# attrs==22.1.0
# coverage==6.5.0
# Faker==15.3.2
# iniconfig==1.1.1
# packaging==21.3
# pluggy==1.0.0
# pyparsing==3.0.9
## Editing Dependencies (uncomment for VSCode)
# black==22.10.0
# flake8==5.0.4
## Editing Subdependencies
# click==8.1.3
# mccabe==0.7.0
# mypy-extensions==0.4.3
# pathspec==0.10.2
# platformdirs==2.5.4
# pycodestyle==2.9.1
# pyflakes==2.5.0
## Python Environment
# pip==22.3.1
# setuptools==65.5.0
# wheel==0.36.2