-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathPipfile
42 lines (39 loc) · 797 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
certifi = "==2018.11.29"
chardet = "==3.0.4"
click = "==7.0"
coreapi = "==2.3.3"
coreapi-cli = "==1.0.9"
coreschema = "==0.0.4"
dj-database-url = "==0.5.0"
django-filter = "==2.4.0"
djangorestframework = "==3.9.1"
gunicorn = "==19.9.0"
httpie = "==1.0.3"
idna = "==2.8"
itypes = "==1.1.0"
logilab-common = "==1.4.2"
logilab-database = "==1.15.0"
python-dateutil = "==2.8.0"
pytz = "==2018.9"
requests = "==2.21.0"
six = "==1.12.0"
uritemplate = "==3.0.0"
urllib3 = "==1.24.2"
whitenoise = "==4.1.3"
yams = "==0.45.1"
Jinja2 = "==2.10"
Markdown = "==3.0.1"
MarkupSafe = "==1.1.0"
Pygments = "==2.3.1"
Yapps2 = "==2.2.0"
django = "*"
pyyaml = "*"
urllib3 = "*"
[requires]
python_version = "3.8"