Skip to content

Commit

Permalink
Loosen external package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 8, 2018
1 parent 5b3af97 commit b6ad542
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements/requirements.txt
Expand Up @@ -11,4 +11,3 @@ requests>=2.19.1
six
tabledata>=0.0.23
typepy>=0.2.4
xlrd>=1.1.0
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -85,6 +85,7 @@ def get_release_command_class():
extras_require={
"build": "wheel",
"docs": docs_requires,
"excel": "xlrd>=1.1.0",
"gs": ["gspread", "oauth2client", "pyOpenSSL", "SimpleSQLite>=0.33.0"],
"mediawiki": "pypandoc",
"release": "releasecmd>=0.0.12",
Expand Down

0 comments on commit b6ad542

Please sign in to comment.