Skip to content

Commit

Permalink
Do not add test deps in the install_requires
Browse files Browse the repository at this point in the history
flask_testing is not needed.
  • Loading branch information
lu-zero authored and aliceinwire committed Jul 2, 2019
1 parent 97880dc commit 2f8566d
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 @@ -29,7 +29,7 @@
license='GNU GPLv2+',
packages=find_packages("src"),
package_dir={"": "src"},
install_requires=["flask>=1", "flask_restful", "flask_testing"],
install_requires=["flask>=1", "flask_restful"],
entry_points = {
'console_scripts': ['elivepatch-server=elivepatch_server:run']
}
Expand Down

0 comments on commit 2f8566d

Please sign in to comment.