Skip to content

Commit 2f8566d

Browse files
lu-zeroaliceinwire
authored andcommitted
Do not add test deps in the install_requires
flask_testing is not needed.
1 parent 97880dc commit 2f8566d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
license='GNU GPLv2+',
3030
packages=find_packages("src"),
3131
package_dir={"": "src"},
32-
install_requires=["flask>=1", "flask_restful", "flask_testing"],
32+
install_requires=["flask>=1", "flask_restful"],
3333
entry_points = {
3434
'console_scripts': ['elivepatch-server=elivepatch_server:run']
3535
}

0 commit comments

Comments
 (0)