-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
56 lines (53 loc) · 1.12 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-cov = "*"
django-seed = "*"
pytest-django = "*"
coverage = "*"
[packages]
atomicwrites = "==1.3.0"
attrs = "==19.1.0"
certifi = "==2019.6.16"
chardet = "==3.0.4"
coreapi = "==2.3.3"
coreschema = "==0.0.4"
django = "==2.2.13"
django-cors-headers = "==3.1.0"
django-environ = "==0.4.5"
django-extensions = "==2.2.1"
django-filter = "==2.2.0"
django-rest-swagger = "==2.2.0"
djangorestframework = "==3.10.2"
drf-nested-routers = "==0.91"
faker = "==0.9.1"
idna = "==2.8"
importlib-metadata = "==0.19"
itypes = "==1.1.0"
more-itertools = "==7.2.0"
numpy = "==1.17.1"
openapi-codec = "==1.3.2"
pluggy = "==0.12.0"
psycopg2 = "==2.8.3"
py = "==1.8.0"
pyparsing = "==2.4.2"
pytest-cov = "==2.7.1"
pytest-django = "==3.5.1"
python-dateutil = "==2.8.0"
pytz = "==2019.2"
pyyaml = "==5.1.2"
requests = "==2.22.0"
simplejson = "==3.16.0"
six = "==1.12.0"
sqlparse = "==0.3.0"
text-unidecode = "==1.2"
uritemplate = "==3.0.0"
urllib3 = "==1.25.3"
wcwidth = "==0.1.7"
zipp = "==0.6.0"
MarkupSafe = "==1.1.1"
[requires]
python_version = "3.6"