forked from aosus/Torjoman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
34 lines (34 loc) · 1.37 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
-i https://pypi.org/simple
arrow==1.2.3; python_version >= '3.6'
asgiref==3.5.2; python_version >= '3.7'
blessed==1.19.1; python_version >= '2.7'
certifi==2022.9.14; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==2.1.1; python_version >= '3.6'
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
django==4.1.1
django-environ==0.9.0
django-ninja==0.19.1
django-picklefield==3.1; python_version >= '3'
django-q==1.3.9
gitdb==4.0.9; python_version >= '3.6'
gitpython==3.1.27
idna==3.4; python_version >= '3.5'
ipaddress==1.0.23
psycopg2-binary==2.9.3
pyarabic==0.6.15
pycparser==2.21
pydantic==1.10.2; python_version >= '3.7'
pygithub==1.55
pyjwt==2.5.0; python_version >= '3.7'
pynacl==1.5.0; python_version >= '3.6'
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
redis==3.5.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
requests==2.28.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
smmap==5.0.0; python_version >= '3.6'
sqlparse==0.4.2; python_version >= '3.5'
typing-extensions==4.3.0; python_version >= '3.7'
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
wcwidth==0.2.5
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'