Remove requirements.txt
This commit is contained in:
parent
e6775e57f7
commit
50c8e173ed
@ -5,7 +5,7 @@ apt upgrade
|
||||
apt-get install python3 python3-pip python3-venv unzip gawk screen
|
||||
python3 -m venv env
|
||||
source ./env/bin/activate
|
||||
pip install -r requirements.txt
|
||||
pip install pandas spacy regex scipy hunspell
|
||||
python -m spacy download pl_core_news_lg
|
||||
|
||||
mkdir data && cd data
|
||||
|
@ -1,77 +0,0 @@
|
||||
alabaster==0.7.12
|
||||
arrow==1.2.2
|
||||
async-generator==1.10
|
||||
attrs==21.4.0
|
||||
Babel==2.9.1
|
||||
beautifulsoup4==4.11.1
|
||||
bibtexparser==1.2.0
|
||||
blis==0.7.7
|
||||
catalogue==2.0.7
|
||||
certifi==2021.10.8
|
||||
charset-normalizer==2.0.12
|
||||
click==8.0.4
|
||||
cymem==2.0.6
|
||||
Deprecated==1.2.13
|
||||
docutils==0.17.1
|
||||
fake-useragent==0.1.11
|
||||
free-proxy==1.0.6
|
||||
future==0.18.2
|
||||
h11==0.13.0
|
||||
hunspell==0.5.5
|
||||
idna==3.3
|
||||
imagesize==1.3.0
|
||||
importlib-metadata==4.11.3
|
||||
Jinja2==3.1.1
|
||||
langcodes==3.3.0
|
||||
lxml==4.8.0
|
||||
MarkupSafe==2.1.1
|
||||
morfeusz2==1.99.4
|
||||
murmurhash==1.0.6
|
||||
numpy==1.22.3
|
||||
outcome==1.1.0
|
||||
packaging==21.3
|
||||
pathy==0.6.1
|
||||
pl-core-news-lg==3.2.0
|
||||
preshed==3.0.6
|
||||
pydantic==1.8.2
|
||||
Pygments==2.11.2
|
||||
pyMorfologik==0.2.2
|
||||
pyparsing==3.0.7
|
||||
PySocks==1.7.1
|
||||
python-dateutil==2.8.2
|
||||
python-dotenv==0.20.0
|
||||
pytz==2022.1
|
||||
regex==2022.3.15
|
||||
requests==2.27.1
|
||||
scholarly==1.6.0
|
||||
scipy==1.8.0
|
||||
selenium==4.1.3
|
||||
six==1.16.0
|
||||
smart-open==5.2.1
|
||||
sniffio==1.2.0
|
||||
snowballstemmer==2.2.0
|
||||
sortedcontainers==2.4.0
|
||||
soupsieve==2.3.2
|
||||
spacy==3.2.4
|
||||
spacy-legacy==3.0.9
|
||||
spacy-loggers==1.0.2
|
||||
Sphinx==4.5.0
|
||||
sphinx-rtd-theme==1.0.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==2.0.0
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.5
|
||||
srsly==2.4.2
|
||||
thinc==8.0.15
|
||||
tqdm==4.64.0
|
||||
trio==0.20.0
|
||||
trio-websocket==0.9.2
|
||||
typer==0.4.1
|
||||
typing-extensions==4.1.1
|
||||
urllib3==1.26.9
|
||||
wasabi==0.9.1
|
||||
wrapt==1.14.0
|
||||
wsproto==1.1.0
|
||||
zipp==3.8.0
|
Loading…
Reference in New Issue
Block a user