Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsamuelwrites committed Sep 22, 2021
1 parent 44c7209 commit 5657d7a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
ply
pyshex
Flask
sphinx
sphinx_rtd_theme
openpyxl
xlrd
odfpy
chardet
chardet>=3.0.4
flask>=1.1.2
odfpy>=0.6.0
openpyxl>=1.0.1
ply>=3.11
pyshex>=0.7.20
sphinx-rtd-theme>=0.4.3
xlrd>=2.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
'ply>=3.11',
'Flask>=1.1.2',
'PyShEx>=0.7.14',
'PyShEx>=0.7.20',
'sphinx-rtd-theme>=0.4.3',
'openpyxl>=1.0.1',
'xlrd>=2.0.1',
Expand Down

0 comments on commit 5657d7a

Please sign in to comment.