-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
51 lines (48 loc) · 925 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
'sentry-sdk[django]' = "*"
coverage = "*"
crispy-bootstrap5 = "*"
django = "*"
django-cors-headers = "*"
django-coverage-plugin = "*"
django-crispy-forms = "*"
django-debug-toolbar = "*"
django-docs = "*"
django-extensions = "*"
django-extensions-models = "*"
django-filter = "*"
django-health-check = "*"
django-import-export = "*"
django-redis = "*"
django-stubs = "*"
djangorestframework = "*"
drf-spectacular = "*"
factory-boy = "*"
flower = "*"
gunicorn = "*"
linkpreview = "*"
markdown = "*"
mypy = "*"
mysqlclient = "*"
mysql-connector-python = "*"
pillow = "*"
pre-commit = "*"
pydot = "*"
pyparsing = "*"
python-dotenv = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-django = "*"
sqlalchemy = "*"
types-requests = "*"
tzdata = "*"
epiweeks = "*"
[dev-packages]
flake8 = "*"
isort = "*"
pep8 = "*"
[requires]
python_version = "3.10"