-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
60 lines (57 loc) · 1.23 KB
/
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
52
53
54
55
56
57
58
59
60
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
djangorestframework = "==3.13.1"
django-environ = "==0.8.1"
psycopg2-binary = "==2.9.3"
isort = "==5.10.1"
black = "==21.12b0"
sort-requirements = "==1.3.0"
drf-nested-routers = "==0.93.4"
coreapi = "==2.3.3"
mypy = "*"
django-filter = "==21.1"
pytest-django = "==4.5.2"
install = "==1.3.5"
pytest-cov = "==3.0.0"
pytest-lazy-fixture = "==0.6.3"
autoflake = "==1.4"
django-extensions = "==3.1.5"
pytest-xdist = "*"
asgiref = "==3.4.1"
attrs = "==21.4.0"
certifi = "==2021.10.8"
charset-normalizer = "==2.0.10"
click = "==8.0.3"
coreschema = "==0.0.4"
idna = "==3.3"
iniconfig = "==1.1.1"
itypes = "==1.2.0"
pathspec = "==0.9.0"
platformdirs = "==2.4.1"
pluggy = "==1.0.0"
py = "==1.11.0"
python-dateutil = "==2.8.2"
pytz = "==2021.3"
requests = "==2.27.1"
six = "==1.16.0"
sqlparse = "==0.4.2"
text-unidecode = "==1.3"
toml = "==0.10.2"
tomli = "==1.2.3"
typing-extensions = "==4.0.1"
uritemplate = "==4.1.1"
urllib3 = "==1.26.8"
coverage = {version = "==6.2", extras = ["toml"]}
mypy-extensions = "==0.4.3"
pyflakes = "==2.4.0"
pytest = "==6.2.5"
Django = "==3.2"
Faker = "==11.3.0"
Jinja2 = "==3.0.3"
MarkupSafe = "==2.0.1"
[dev-packages]
[requires]
python_version = "3.9"