Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Aug 7, 2021
1 parent 7388898 commit c0807eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def load_requirements(path: str) -> list:
simplebot.pytestplugin=simplebot.pytestplugin
""",
python_requires=">=3.6",
dependency_links=["https://m.devpi.net/dc/master"],
install_requires=load_requirements("requirements/requirements.txt"),
extras_require={
"test": load_requirements("requirements/requirements-test.txt"),
Expand Down

0 comments on commit c0807eb

Please sign in to comment.