forked from stevebrownlee/learn-ops-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
53 lines (53 loc) · 1.86 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
-i https://pypi.org/simple
aiohttp==3.8.5; python_version >= '3.6'
aiosignal==1.3.1; python_version >= '3.7'
asgiref==3.7.2; python_version >= '3.7'
astroid==2.15.6; python_full_version >= '3.7.2'
async-timeout==4.0.3; python_version >= '3.7'
attrs==23.1.0; python_version >= '3.7'
autopep8==2.0.4
backports.weakref==1.0.post1
certifi==2023.7.22; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
cryptography==41.0.4
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dill==0.3.7; python_version < '3.11'
dj-database-url==2.1.0
dj-rest-auth==4.0.1
django==4.2.5
django-allauth==0.54.0
django-cors-headers==4.2.0
djangorestframework==3.14.0
frozenlist==1.4.0; python_version >= '3.8'
gunicorn==21.2.0
idna==3.4; python_version >= '3.5'
isort==5.12.0; python_full_version >= '3.8.0'
lazy-object-proxy==1.9.0; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
multidict==6.0.4; python_version >= '3.7'
oauthlib==3.2.2; python_version >= '3.6'
openai==0.28.0
packaging==23.1; python_version >= '3.7'
platformdirs==3.10.0; python_version >= '3.7'
psycopg2-binary==2.9.7
pycodestyle==2.11.0; python_version >= '3.8'
pycparser==2.21
pyjwt[crypto]==2.8.0; python_version >= '3.7'
pylint==2.17.5
pylint-django==2.5.3
pylint-plugin-utils==0.8.2; python_version >= '3.7' and python_version < '4.0'
python3-openid==3.2.0
pytz==2023.3.post1
requests==2.31.0
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4; python_version >= '3.5'
tomli==2.0.1; python_version < '3.11'
tomlkit==0.12.1; python_version >= '3.7'
tqdm==4.66.1; python_version >= '3.7'
typing-extensions==4.8.0; python_version >= '3.8'
uritemplate==4.1.1
urllib3==2.0.4; python_version >= '3.7'
wheel==0.41.2
wrapt==1.15.0; python_version < '3.11'
yarl==1.9.2; python_version >= '3.7'