Skip to content

Commit

Permalink
Add missing setup_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 22, 2023
1 parent 5ce0277 commit 7a54b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -34,6 +34,7 @@
package_dir={'': 'src'},
namespace_packages=['five'],
include_package_data=True,
python_requires='>=3.7',
install_requires=[
'setuptools',
'transaction',
Expand Down

0 comments on commit 7a54b4d

Please sign in to comment.