Skip to content

Commit

Permalink
add mypy to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Nov 26, 2023
1 parent ada63e8 commit 98ef5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def build_extension(self, ext):
cmdclass={"build_ext": CMakeBuild},
license='GPL-V3',
long_description=long_description,
install_requires=["euklid", "pandas"],
install_requires=["euklid", "pandas", "mypy"],
author='airgproducts',
url='http://github.com/airgproducts/pyfoil',
#test_suite="tests.test_suite",
Expand Down

0 comments on commit 98ef5b8

Please sign in to comment.