Skip to content

Commit 1d0cc67

Browse files
author
Johannes Hötter
committed
reduce dependencies
1 parent 631a707 commit 1d0cc67

File tree

2 files changed

+3
-97
lines changed

2 files changed

+3
-97
lines changed

requirements.txt

Lines changed: 3 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,88 +1,7 @@
1-
appnope==0.1.3
2-
argon2-cffi==21.3.0
3-
argon2-cffi-bindings==21.2.0
4-
asttokens==2.0.5
5-
attrs==21.4.0
6-
backcall==0.2.0
7-
beautifulsoup4==4.11.1
8-
black==22.3.0
9-
bleach==5.0.0
10-
boto3==1.24.26
11-
botocore==1.27.26
12-
certifi==2021.10.8
13-
cffi==1.15.0
14-
charset-normalizer==2.0.12
15-
click==8.1.3
16-
debugpy==1.6.0
17-
decorator==5.1.1
18-
defusedxml==0.7.1
19-
entrypoints==0.4
20-
executing==0.8.3
21-
fastjsonschema==2.15.3
22-
idna==3.3
23-
ipykernel==6.13.0
24-
ipython==8.3.0
25-
ipython-genutils==0.2.0
26-
ipywidgets==7.7.0
27-
jedi==0.18.1
28-
Jinja2==3.1.2
29-
jmespath==1.0.0
30-
jsonschema==4.5.1
31-
jupyter==1.0.0
32-
jupyter-client==7.3.1
33-
jupyter-console==6.4.3
34-
jupyter-core==4.10.0
35-
jupyterlab-pygments==0.2.2
36-
jupyterlab-widgets==1.1.0
37-
MarkupSafe==2.1.1
38-
matplotlib-inline==0.1.3
39-
minio==7.1.8
40-
mistune==0.8.4
41-
mypy-extensions==0.4.3
42-
nbclient==0.6.3
43-
nbconvert==6.5.0
44-
nbformat==5.4.0
45-
nest-asyncio==1.5.5
46-
notebook==6.4.11
471
numpy==1.22.3
48-
packaging==21.3
492
pandas==1.4.2
50-
pandocfilters==1.5.0
51-
parso==0.8.3
52-
pathspec==0.9.0
53-
pexpect==4.8.0
54-
pickleshare==0.7.5
55-
platformdirs==2.5.2
56-
prometheus-client==0.14.1
57-
prompt-toolkit==3.0.29
58-
psutil==5.9.0
59-
ptyprocess==0.7.0
60-
pure-eval==0.2.2
61-
pycparser==2.21
62-
Pygments==2.12.0
63-
pyparsing==3.0.9
64-
pyrsistent==0.18.1
65-
python-dateutil==2.8.2
66-
pytz==2022.1
67-
PyYAML==6.0
68-
pyzmq==22.3.0
69-
qtconsole==5.3.0
70-
QtPy==2.1.0
713
requests==2.27.1
72-
s3transfer==0.5.2
73-
Send2Trash==1.8.0
74-
six==1.16.0
75-
soupsieve==2.3.2.post1
4+
boto3==1.24.26
5+
botocore==1.27.26
766
spacy==3.3.1
77-
stack-data==0.2.0
78-
terminado==0.15.0
79-
tinycss2==1.1.1
80-
tomli==2.0.1
81-
tornado==6.1
82-
traitlets==5.2.1.post0
83-
typing_extensions==4.2.0
84-
urllib3==1.26.9
85-
wasabi==0.9.1
86-
wcwidth==0.2.5
87-
webencodings==0.5.1
88-
widgetsnbextension==3.6.0
7+
wasabi==0.9.1

setup.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,12 @@
2626
package_dir={"": "."},
2727
packages=find_packages("."),
2828
install_requires=[
29-
"certifi==2021.10.8",
30-
"charset-normalizer==2.0.12",
31-
"click==8.1.3",
32-
"idna==3.3",
3329
"numpy==1.22.3",
3430
"pandas==1.4.2",
35-
"pathspec==0.9.0",
36-
"platformdirs==2.5.2",
37-
"python-dateutil==2.8.2",
38-
"pytz==2022.1",
3931
"requests==2.27.1",
4032
"boto3==1.24.26",
4133
"botocore==1.27.26",
42-
"six==1.16.0",
4334
"spacy==3.3.1",
44-
"tinycss2==1.1.1",
45-
"tomli==2.0.1",
46-
"typing_extensions==4.2.0",
47-
"urllib3==1.26.9",
4835
"wasabi==0.9.1",
4936
],
5037
entry_points={

0 commit comments

Comments
 (0)