Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Dec 24, 2018
1 parent 3a3b5cd commit eebd427
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ DataProperty>=0.36.0
enum34;python_version<"3.4"
jsonschema>=2.6.0
logbook
markdown2>=2.3.6
mbstrdecoder>=0.5.0
pathvalidate>=0.21.4
path.py>=10.6
requests>=2.19.1
markdown2>=2.3.7
mbstrdecoder>=0.5.1
pathvalidate>=0.22.0
path.py>=11.5.0
requests>=2.21.0
six
tabledata>=0.0.25
typepy>=0.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_release_command_class():

excel_requires = ["xlrd>=1.1.0"]
mediawiki_requires = ["pypandoc"]
sqlite_requires = ["SimpleSQLite>=0.33.2"]
sqlite_requires = ["SimpleSQLite>=0.33.3"]
gs_requires = ["gspread", "oauth2client", "pyOpenSSL"] + sqlite_requires
tests_requires = frozenset(tests_requires + excel_requires + mediawiki_requires + sqlite_requires)

Expand Down

0 comments on commit eebd427

Please sign in to comment.