Skip to content

Commit

Permalink
Add dependencies to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Nov 19, 2019
1 parent a2f91e6 commit 19f7449
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
master
------

* Add setup.py dependences for mypy-extensions and stringcase. Thanks Nicholas
Bollweg for the report.


19.11.0
-------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_version(root_path):
]
},
python_requires='>=3.6',
install_requires=['retype'],
install_requires=['mypy_extensions', 'retype', 'stringcase'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 19f7449

Please sign in to comment.