-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements.txt
30 lines (30 loc) · 1001 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
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
#
bcrypt==3.1.7 # via paramiko
cached-property==1.5.1
certifi==2019.11.28 # via requests
cffi==1.13.2 # via bcrypt, cryptography, pynacl
chardet==3.0.4 # via requests
cryptography==2.8 # via paramiko
decorator==4.4.1 # via dogpile.cache
docker-pycreds==0.4.0 # via docker
docker==3.2.1
dogpile.cache==0.9.0
entrypoints==0.3
fabric3==1.14.post1
gitdb2==2.0.6 # via gitpython
gitpython==3.0.5
idna==2.8 # via requests
paramiko==2.7.0 # via fabric3
pycparser==2.19 # via cffi
pynacl==1.3.0 # via paramiko
python-vagrant==0.5.15
requests==2.22.0 # via docker
six==1.13.0 # via bcrypt, cryptography, docker, docker-pycreds, fabric3, pynacl, websocket-client
smmap2==2.0.5 # via gitdb2
urllib3==1.25.7 # via requests
websocket-client==0.56.0 # via docker