forked from subins2000/OpenSalve
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Pipfile
44 lines (41 loc) · 851 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
certifi = "==2018.8.24"
chardet = "==3.0.4"
click = "==6.7"
coreapi = "==2.3.3"
coreschema = "==0.0.4"
django = "==2.1.2"
django-cors-headers = "==2.4.0"
djangorestframework = "==3.8.2"
drf-yasg = "==1.10.0"
flex = "==6.13.2"
future = "==0.16.0"
idna = "==2.7"
inflection = "==0.3.1"
itypes = "==1.1.0"
jinja2 = "==2.10"
jsonpointer = "==1.14"
jsonschema = "==2.6.0"
markupsafe = "==1.0"
openapi-codec = "==1.3.2"
pytz = "==2018.5"
pyyaml = "==3.13"
requests = "==2.20.0"
rfc3987 = "==1.3.8"
ruamel-yaml = "==0.15.66"
six = "==1.11.0"
strict-rfc3339 = "==0.7"
swagger-spec-validator = "==2.4.0"
uritemplate = "==3.0.0"
urllib3 = ">=1.24.2"
validate-email = "==1.3"
pillow = "*"
ipython = "*"
django-environ = "*"
[requires]
python_version = "3.6"