Skip to content

Commit f401548

Browse files
committed
Restore the requiremnt file for generating the doc.
Used the following command: pipenv lock --requirements --dev > docs/requirements.txt
1 parent f23883b commit f401548

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/requirements.txt

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
-i https://pypi.org/simple
2+
attrs==18.1.0
3+
backcall==0.1.0
4+
certifi==2018.4.16
5+
chardet==3.0.4
6+
coverage==4.5.1
7+
cython==0.28.3
8+
decorator==4.3.0
9+
hypothesis==3.57.0
10+
idna==2.6
11+
ipython-genutils==0.2.0
12+
ipython==6.4.0
13+
jedi==0.12.0
14+
parso==0.2.1
15+
pexpect==4.6.0; sys_platform != 'win32'
16+
pickleshare==0.7.4
17+
pkginfo==1.4.2
18+
prompt-toolkit==1.0.15
19+
ptyprocess==0.5.2
20+
pygments==2.2.0
21+
requests-toolbelt==0.8.0
22+
requests==2.18.4
23+
simplegeneric==0.8.1
24+
six==1.11.0
25+
tqdm==4.23.4
26+
traitlets==4.3.2
27+
twine==1.11.0
28+
urllib3==1.22
29+
wcwidth==0.1.7

0 commit comments

Comments
 (0)