Skip to content

Commit

Permalink
setup: remove autosemver
Browse files Browse the repository at this point in the history
  • Loading branch information
michamos committed Dec 11, 2023
1 parent ca28292 commit 62de30a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

readme = open("README.rst").read()

setup_requires = [
"autosemver~=0.0,>=0.5.2,<1.0.0",
]

install_requires = [
"Flask>=0.12.3",
"IDUtils~=1.0,>=1.0.1",
Expand Down Expand Up @@ -88,7 +84,6 @@
long_description=readme,
install_requires=install_requires,
tests_require=tests_require,
setup_requires=setup_requires,
extras_require=extras_require,
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 62de30a

Please sign in to comment.