forked from resume-unilu/miller
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
83 lines (83 loc) · 1.58 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
72
73
74
75
76
77
78
79
80
81
82
83
-i https://pypi.org/simple
amqp==5.1.1
argh==0.26.2
asgiref==3.5.2
async-timeout==4.0.2
attrs==22.1.0
backports.zoneinfo==0.2.1 ; python_version < '3.9'
billiard==3.6.4.0
cachetools==5.2.0
celery==5.2.7
certifi==2022.9.24
cffi==1.15.1
charset-normalizer==2.1.1
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
click==8.1.3
coreapi==2.3.3
coreschema==0.0.4
cryptography==38.0.3
defusedxml==0.7.1
deprecated==1.2.13
django-oauth-toolkit==2.2.0
django-templated-mail==1.1.1
django==4.1.3
djangorestframework-simplejwt==4.8.0
djangorestframework==3.14.0
djoser==2.1.0
dpath==2.0.6
flake8==5.0.4
future==0.18.2
gitdb==4.0.9
gitpython==3.1.29
google-auth-oauthlib==0.7.1
google-auth==2.14.1
gspread==5.7.1
gunicorn==20.1.0
idna==3.4
importlib-resources==5.10.0 ; python_version < '3.9'
itypes==1.2.0
jinja2==3.1.2
jsonschema==4.17.0
jwcrypto==1.4.2
kombu==5.2.4
markupsafe==2.1.1
mccabe==0.7.0
oauthlib==3.2.2
packaging==21.3
pkgutil-resolve-name==1.3.10 ; python_version < '3.9'
prompt-toolkit==3.0.33
psycopg2-binary==2.9.5
pyasn1-modules==0.2.8
pyasn1==0.4.8
pycodestyle==2.9.1
pycparser==2.21
pyflakes==2.5.0
pyjwt==2.6.0
pyparsing==3.0.9
pyrsistent==0.19.2
python-dotenv==0.21.0
python3-openid==3.2.0
pytz==2022.6
pyyaml==6.0.1
redis==4.3.5
requests-oauthlib==1.3.1
requests==2.28.1
rsa==4.9 ; python_version >= '3.6'
short-url==1.2.2
shortuuid==1.0.11
six==1.16.0
smmap==5.0.0
social-auth-app-django==4.0.0
social-auth-core==4.3.0
sqlparse==0.4.3
tzdata==2022.6
uritemplate==4.1.1
urllib3==1.26.12
vine==5.0.0
wand==0.6.10
watchdog==2.1.9
wcwidth==0.2.5
wrapt==1.14.1
zipp==3.10.0 ; python_version < '3.10'