-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
64 lines (32 loc) · 2.27 KB
/
requirements.txt
File metadata and controls
64 lines (32 loc) · 2.27 KB
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
-i https://pypi.org/simple
asgiref==3.7.2; python_version >= '3.7'
crispy-bootstrap5==0.7
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
diff-match-patch==20230430; python_version >= '3.7'
dj-database-url==2.0.0
django==4.2.2
django-crispy-forms==2.0
django-extensions==3.2.3
django-import-export==3.2.0
djangorestframework==3.14.0
et-xmlfile==1.1.0; python_version >= '3.6'
factory-boy==3.2.1
faker==18.10.1; python_version >= '3.7'
gunicorn==20.1.0
markuppy==1.14
odfpy==1.4.1
openpyxl==3.1.2
psycopg2==2.9.6
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.0
pytz==2023.3
pyyaml==6.0
setuptools==67.8.0; python_version >= '3.7'
six==1.16.0; 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'
tablib[html,ods,xls,xlsx,yaml]==3.5.0; python_version >= '3.8'
typing-extensions==4.6.3; python_version >= '3.7'
tzdata==2023.3; sys_platform == 'win32'
whitenoise==6.5.0
xlrd==2.0.1
xlwt==1.3.0