Skip to content

Commit ca9ff44

Browse files
committed
Update Documentation
This update incorporates the requirements.txt file into the docs/source directory
1 parent 86e9919 commit ca9ff44

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

docs/source/requirements.txt

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
alabaster==0.7.12
2+
appdirs==1.4.3
3+
atomium==1.0.2
4+
attrs==19.3.0
5+
Babel==2.8.0
6+
bcrypt==3.1.7
7+
black==19.3b0
8+
certifi==2019.11.28
9+
cffi==1.13.2
10+
chardet==3.0.4
11+
Click==7.0
12+
commonmark==0.9.1
13+
cryptography==2.8
14+
cycler==0.10.0
15+
Cython==0.29.15
16+
dnspython==1.16.0
17+
docutils==0.16
18+
ecdsa==0.13
19+
eventlet==0.25.1
20+
gevent==1.4.0
21+
greenlet==0.4.15
22+
idna==2.9
23+
imagesize==1.2.0
24+
importlib-metadata==1.5.0
25+
Jinja2==2.11.1
26+
kiwisolver==1.1.0
27+
MarkupSafe==1.1.1
28+
matplotlib==3.1.3
29+
monotonic==1.5
30+
more-itertools==8.2.0
31+
msgpack==1.0.0
32+
numpy==1.18.1
33+
numpydoc==0.9.2
34+
packaging==20.1
35+
pandas==1.0.1
36+
paramiko==2.7.1
37+
pluggy==0.12.0
38+
py==1.8.1
39+
pycparser==2.19
40+
pycryptodome==3.9.7
41+
Pygments==2.5.2
42+
# Editable install with no version control (pyhops==0.2)
43+
-e /Users/leovarvelo/Documents/PythonLibrary/pyhopslib
44+
PyNaCl==1.3.0
45+
pyOpenSSL==19.1.0
46+
pyparsing==2.4.6
47+
PySocks==1.7.1
48+
pytest==5.3.5
49+
python-dateutil==2.8.1
50+
pytz==2019.3
51+
recommonmark==0.6.0
52+
requests==2.23.0
53+
rmsd==1.3.2
54+
scipy==1.4.1
55+
six==1.14.0
56+
snakeviz==2.0.1
57+
snowballstemmer==2.0.0
58+
Sphinx==2.4.3
59+
sphinxcontrib-applehelp==1.0.1
60+
sphinxcontrib-devhelp==1.0.1
61+
sphinxcontrib-htmlhelp==1.0.3
62+
sphinxcontrib-jsmath==1.0.1
63+
sphinxcontrib-qthelp==1.0.2
64+
sphinxcontrib-serializinghtml==1.1.3
65+
toml==0.10.0
66+
tornado==6.0.3
67+
urllib3==1.25.7
68+
valerius==0.2.0
69+
wcwidth==0.1.8
70+
zipp==3.0.0

0 commit comments

Comments
 (0)