Skip to content

Commit 4ab9fce

Browse files
committed
adds waitress to install
1 parent 86263a2 commit 4ab9fce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@
2424
packages=find_packages(),
2525
license="MIT",
2626
install_requires=["Django"],
27-
extras_require={"test": TESTS_REQUIRE, "pyuwsgi": ["pyuwsgi>=2.0.17.2b3"], "gunicorn": ["gunicorn"]},
27+
extras_require={
28+
"test": TESTS_REQUIRE,
29+
"pyuwsgi": ["pyuwsgi>=2.0.17.2b3"],
30+
"gunicorn": ["gunicorn"],
31+
"waitress": ["waitress"],
32+
},
2833
classifiers=[
2934
"Development Status :: 4 - Beta",
3035
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)