-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
71 lines (71 loc) · 1.68 KB
/
requirements.txt
File metadata and controls
71 lines (71 loc) · 1.68 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Had to use this solution: https://www.reddit.com/r/learnpython/comments/f6c6in/pip_freeze_not_working_properly/
# Generated inside the project via venv/bin/python3 -m pip freeze -l > requirements.txt
# I hope this is the venv requirements and not system... I am using the local flag, so... Probably?
# Had an issue in PyCharm when using Tools > Sync Python Requirements... https://youtrack.jetbrains.com/issue/PY-41953
# This produced an empty file (within project directory): pip3 freeze -l > requirements.txt
# requirements.txt freezes the current dependency tree for the project (other operators can be used for flexibility)
ansible==2.9.9
apache-libcloud==3.0.0
argcomplete==1.8.1
bcrypt==3.1.7
blinker==1.4
certifi==2020.4.5.1
cffi==1.14.5
chardet==3.0.4
click==7.1.2
colorama==0.4.3
cryptography==3.0
distro==1.5.0
dnspython==1.16.0
ecdsa==0.15
fasteners==0.14.1
future==0.18.2
httplib2==0.18.1
idna==2.10
jeepney==0.6.0
Jinja2==2.11.2
jmespath==0.10.0
keyring==21.3.0
launchpadlib==1.10.13
lazr.restfulclient==0.14.2
lazr.uri==1.0.5
lockfile==0.12.2
macaroonbakery==1.3.1
MarkupSafe==1.1.1
monotonic==1.5
netaddr==0.7.19
netifaces==0.10.4
ntlm-auth==1.4.0
oauthlib==3.1.0
paramiko==2.7.1
pbr==5.6.0
pexpect==4.6.0
protobuf==3.17.0
ptyprocess==0.7.0
pycparser==2.20
pycrypto==2.6.1
pycryptodomex==3.9.7
pydbus==0.6.0
PyJWT==1.7.1
pymacaroons==0.13.0
PyNaCl==1.4.0
pyRFC3339==1.1
python-debian==0.1.37
python-xlib==0.27
pytz==2020.1
pywinrm==0.3.0
pyxdg==0.26
PyYAML==5.3.1
requests==2.23.0
requests-ntlm==1.1.0
requests-unixsocket==0.2.0
SecretStorage==3.1.2
simplejson==3.17.0
six==1.15.0
ssh-import-id==5.10
testresources==2.0.1
urllib3==1.25.9
wadllib==1.3.4
xmltodict==0.12.0
wordcloud==1.8.1
playsound==1.3.0