Skip to content

Commit

Permalink
fix(setup): Move 'urlman' from 'install_requires' to 'tests_require'
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroLitvinov committed Sep 11, 2023
1 parent 3dd7ddb commit 4e1b667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ def readme():
long_description=readme(),
classifiers=classifiers,
long_description_content_type="text/markdown",
install_requires=["Django>=2.0", "urlman>=1.2.0", "packaging>=21.0"],
install_requires=["Django>=2.0", "packaging>=21.0"],
tests_require=["urlman>=1.2.0"]
)

0 comments on commit 4e1b667

Please sign in to comment.