forked from TeamDevDev/debuggingbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
54 lines (43 loc) · 1023 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
48
49
50
51
52
53
54
# Debuggingbook requirements
## These packages are needed to run the Python code ("make code")
## When updating these, also update the list in code/setup.py.in
beautifulsoup4>=4.9.3
diff_match_patch>=20200713
easyplotly>=0.1.3
enforce>=0.3.4
fuzzingbook>=0.8.1
graphviz>=0.14.2
ipython>=7.16.1
lxml>=4.5.1
Markdown>=3.3.4
matplotlib>=3.3.2
multiprocess>=0.70.12.2
nbconvert>=6.0.7
nbformat>=5.0.8
networkx>=2.5
numpy>=1.16.5
pydriller>=2.3
pyparsing==2.4.7 # newer versions conflict with bibtexparser
Pygments>=2.7.1
python-magic>=0.4.18
scikit_learn>=0.23.2
selenium>=3.141.0
showast>=0.2.4
## Additionally, these packages are needed to create the (HTML) book:
autopep8>=1.5.4
bibtexparser>=1.0.1
ipypublish>=0.6.8
jupyter>=1.0.0
jupyter-client>=6.1.7
jupyter_contrib_nbextensions>=0.5.1
mypy>=0.910
spellchecker>=0.4
testpath>=0.6.0
types-Markdown>=3
## These packages are useful for development
jupyterlab-lsp
nbstripout>=0.5.0
python-lsp-server[all]
### Mermaid stuff
jupyterlab_markup
pandoc-mermaid-filter