forked from whamcloud/integrated-manager-for-lustre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
48 lines (45 loc) · 1 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "*"
django-nose = "==1.4.6"
flake8 = "*"
mock = "==1.0.1"
nose = "==1.3.7"
nose-testconfig = "==0.10"
pylint = "<2.0.0"
[packages]
0643a09 = {file = "https://github.com/drkjam/netaddr/archive/rel-0.7.5.tar.gz"}
Django = "==1.11.23"
amqp = "==2.4.0"
django-picklefield = "==1.0.0"
django-tastypie = "==0.14.1"
gevent = "==1.3"
greenlet = "==0.4.14"
gunicorn = "==19.9.0"
httpagentparser = "==1.5.0"
iml-common = "<1.5,>=1.4"
jsonschema = "==2.5.1"
kombu = "==4.2.2.post1"
lockfile = "==0.9.1"
massiviu = {file = "https://github.com/weholt/massiviu/archive/master.tar.gz"}
mimeparse = "==0.1.3"
networkx = "==1.7"
ordereddict = "==1.1"
paramiko = "==2.1.1"
pexpect = "*"
psycopg2 = "==2.7.7"
pyparsing = "==1.5.6"
python-daemon = "==1.6"
python-dateutil = "==1.5"
pytz = "==2014.4"
requests = "==2.12.5"
requests-unixsocket = "==0.1.5"
toolz = "*"
tzlocal = "*"
urllib3 = "*"
vine = "==1.3.0"
[requires]
python_version = "2.7"