forked from quipucords/quipucords
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
47 lines (46 loc) · 845 Bytes
/
requirements.txt
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
ansible==2.3.2.0
asn1crypto==0.22.0
astroid==1.5.3
bcrypt==3.1.3
cffi==1.10.0
cryptography==2.0.3
Django==1.11.5
django-factory-boy==1.0.0
django-filter==1.0.4
djangorestframework==3.6.4
djangorestframework-expiring-authtoken==0.1.4
dnspython==1.15.0
drf-generators==0.3.0
drf-url-filters==0.5.1
email-validator==1.0.2
factory-boy==2.9.2
Faker==0.8.3
idna==2.6
isort==4.2.15
Jinja2==2.9.6
jmespath==0.9.3
lazy-object-proxy==1.3.1
logilab-astng==0.24.3
logilab-common==1.4.1
Markdown==2.6.9
MarkupSafe==1.0
mccabe==0.6.1
paramiko==2.2.1
pexpect==4.2.1
py==1.4.34
pyasn1==0.3.4
pycodestyle==2.3.1
pycparser==2.18
pycrypto==2.6.1
PyNaCl==1.1.2
python-dateutil==2.6.1
pytz==2017.2
pyvmomi
PyYAML==3.12
requests==2.18.4
six==1.10.0
whitenoise==3.3.1
wrapt==1.10.11
# These requirements are for DEVELOPMENT ONLY!
-r dev-requirements.txt
--editable .