-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
107 lines (106 loc) · 2.05 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.in
#
asgiref==3.6.0
# via django
black==23.3.0
# via -r requirements.in
build==0.10.0
# via pip-tools
click==8.1.3
# via
# black
# pip-tools
coverage[toml]==7.2.3
# via pytest-cov
django==4.2
# via
# -r requirements.in
# django-extensions
# django-modeltranslation
# djangorestframework
django-environ==0.10.0
# via -r requirements.in
django-extensions==3.2.1
# via -r requirements.in
django-modeltranslation==0.18.9
# via -r requirements.in
djangorestframework==3.14.0
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.1.1
# via pytest
flake8==6.0.0
# via -r requirements.in
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via -r requirements.in
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
# via black
numpy==1.24.2
# via pandas
openpyxl==3.1.2
# via -r requirements.in
packaging==23.1
# via
# black
# build
# pytest
pandas==2.0.0
# via -r requirements.in
pathspec==0.11.1
# via black
pip-tools==6.13.0
# via -r requirements.in
platformdirs==3.2.0
# via black
pluggy==1.0.0
# via pytest
psycopg2-binary==2.9.6
# via -r requirements.in
pycodestyle==2.10.0
# via flake8
pyflakes==3.0.1
# via flake8
pyproject-hooks==1.0.0
# via build
pytest==7.3.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.0.0
# via -r requirements.in
pytest-django==4.5.2
# via -r requirements.in
python-dateutil==2.8.2
# via pandas
pytz==2023.3
# via
# djangorestframework
# pandas
six==1.16.0
# via python-dateutil
sqlparse==0.4.3
# via django
tomli==2.0.1
# via
# black
# build
# coverage
# pytest
typing-extensions==4.5.0
# via django-modeltranslation
tzdata==2023.3
# via pandas
wheel==0.40.0
# via pip-tools
# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools