Skip to content

Commit

Permalink
chore(deps): fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aquemy committed Nov 12, 2023
1 parent e7d2f59 commit af90652
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
requests
gensim
python-docx
requests==2.27.1
gensim==4.1.2
python-docx==0.8.11
unidecode
nltk
numpy
matplotlib
genson
flatdict
pandas
sh
pytest
pylint
osfclient
urllib3
rich
nltk==3.6.7
numpy==1.22.3
matplotlib==3.5.1
genson==1.2.2
flatdict==4.0.1
pandas==1.4.0
sh==1.14.2
pytest==6.2.5
pylint==2.12.2
osfclient==0.0.5
urllib3==1.26.8
rich==11.0.0
pyyaml
mock
paramiko
peewee
pytest
pytest-cov
regex
mock==4.0.3
paramiko==2.9.2
peewee==3.14.8
pytest-cov==3.0.0
regex==2022.1.18

0 comments on commit af90652

Please sign in to comment.