Skip to content

Commit

Permalink
setup.py bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Apr 28, 2022
1 parent 50bac04 commit b6481ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,25 +82,25 @@ def tangle_files(*files):
python_requires='>=3.6',
tests_require=tests_require,
install_requires=[
'augpathlib>=0.0.21',
'augpathlib>=0.0.23',
'colorlog',
'docopt',
'gitpython',
'google-api-python-client',
'google-auth-oauthlib',
'htmlfn',
'idlib>=0.0.1.dev7',
'idlib>=0.0.1.dev10',
"ipython; python_version < '3.7'",
'joblib>=0.14.1',
'joblib>=1.1.0',
'lxml',
'nest_asyncio',
'ontquery>=0.2.6',
'ontquery>=0.2.8',
'orthauth>=0.0.14',
'pyld',
'pyyaml',
'requests',
'terminaltables',
'ttlser>=1.1.3',
'ttlser>=1.1.4',
],
extras_require={'dev': ['pytest-cov', 'wheel'],
'spell': ['hunspell'],
Expand Down

0 comments on commit b6481ea

Please sign in to comment.