Skip to content

Commit

Permalink
Merge pull request #83 from cloudblue/fix/setuptools_scm-install-dep
Browse files Browse the repository at this point in the history
Fixed setuptools_scm at 6.* in `setup.py`
  • Loading branch information
maxipavlovic authored Jun 23, 2022
2 parents 212ada1 + 8e6f3e8 commit 5df6c13
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 @@ -24,7 +24,7 @@ def read_file(name):
include_package_data=True,
install_requires=read_file('requirements/dev.txt').splitlines(),
tests_require=read_file('requirements/test.txt').splitlines(),
setup_requires=['setuptools_scm', 'pytest-runner'],
setup_requires=['setuptools_scm==6.*', 'pytest-runner'],
use_scm_version=True,

keywords='django cqrs sql mixin amqp',
Expand Down

0 comments on commit 5df6c13

Please sign in to comment.