This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrequirements.txt
48 lines (47 loc) · 2 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
asgiref==3.5.2; python_version >= '3.7'
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
bleach==5.0.1; python_version >= '3.7'
cachetools==5.2.0; python_version ~= '3.7'
certifi==2022.6.15; python_version >= '3.6'
chardet==5.0.0; python_version >= '3.6'
charset-normalizer==2.1.0; python_version >= '3.6'
colorama==0.4.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
commonmark==0.9.1
distlib==0.3.4
django==4.1.3
docutils==0.19
filelock==3.7.1; python_version >= '3.7'
idna==3.3; python_version >= '3.5'
importlib-metadata==4.12.0; python_version >= '3.7'
iniconfig==1.1.1
keyring==23.6.0; python_version >= '3.7'
packaging==21.3; python_version >= '3.6'
pkginfo==1.8.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
platformdirs==2.5.2; python_version >= '3.7'
pluggy==1.0.0; python_version >= '3.6'
py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
pygments==2.12.0; python_version >= '3.6'
pyparsing==3.0.9; python_full_version >= '3.6.8'
pyproject-api==0.1.1; python_version >= '3.7'
pytest==7.1.2
readme-renderer==35.0; python_version >= '3.7'
requests-toolbelt==0.9.1
requests==2.28.1; python_version >= '3.7' and python_full_version < '4.0.0'
rfc3986==2.0.0; python_version >= '3.7'
rich==12.5.1; python_full_version >= '3.6.3' and python_full_version < '4.0.0'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sqlparse==0.4.2; python_version >= '3.5'
tomli==2.0.1; python_version >= '3.7'
tox==4.0.0b2
twine==4.0.1
urllib3==1.26.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_full_version < '4.0.0'
virtualenv==20.15.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
webencodings==0.5.1
zipp==3.8.0; python_version >= '3.7'