-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
41 lines (38 loc) · 830 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
django-rest-framework = "*"
django-filter = "*"
psycopg2-binary = "*"
celery = "*"
loguru = "*"
thefuzz = "*"
tqdm = "*"
orjson = "*"
pytest-html = "*"
pytest-drf = "*"
pytest = "*"
drf-spectacular = "*"
drf-spectacular-sidecar = "*"
django-pghistory = "*"
django-celery-results = "*"
django-celery-beat = "*"
py7zr = "*"
datamodel-code-generator = {extras = ["debug"], version = "*"}
django-bulk-load = "*"
transliterate = "*"
passlib = "*"
[dev-packages]
pytest = "*"
celery-types = "*"
types-tqdm = "*"
types-psycopg2 = "*"
mypy = "*"
django-stubs = {extras = ["compatible-mypy"], version = "*"}
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "*"}
types-passlib = "*"
[requires]
python_version = "3.12"