-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
55 lines (45 loc) · 975 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
45
46
47
48
49
50
51
52
53
54
55
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"asn1crypto" = "==0.24.0"
astroid = "==1.6.1"
cffi = "==1.11.5"
cryptography = ">=2.3"
coreapi = "==2.3.3"
decorator = "==4.1.2"
django = ">=2.1.6"
"django-bootstrap4" = "==0.0.4"
django-filter = "==1.1.0"
"django-gravatar2" = "==1.4.2"
django-macaddress = "==1.4.1"
djangorestframework = "==3.7.7"
ecdsa = "==0.13"
idna = "==2.6"
isort = "==4.3.4"
jedi = "==0.10.2"
lazy-object-proxy = "==1.3.1"
markdown = "==2.6.11"
mccabe = "==0.6.1"
netaddr = "==0.7.19"
pexpect = "==4.2.1"
pickleshare = "==0.7.4"
prompt-toolkit = "==1.0.15"
ptyprocess = "==0.5.2"
pycparser = "==2.18"
pygments = "==2.2.0"
pylint = "==1.8.2"
pytz = "==2017.2"
requests = "==2.20.0"
simplegeneric = "==0.8.1"
six = "==1.10.0"
sshpubkeys = "==3.0.0"
traitlets = "==4.3.2"
wcwidth = "==0.1.7"
wrapt = "==1.10.11"
django-stronghold = "*"
pip = "==9.0.2"
[dev-packages]
[requires]
python_version = "3.6"