chore: add waitress for win32 platform (#22935)

This commit is contained in:
EugeneTorap 2023-02-02 22:07:22 +03:00 committed by GitHub
parent 78ede590ee
commit 56d4bd063c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@ setup(
"func_timeout",
"geopy",
"graphlib-backport",
"gunicorn>=20.1.0",
"gunicorn>=20.1.0; sys_platform != 'win32'",
"hashids>=1.3.1, <2",
"holidays>=0.17.2, <0.18",
"humanize",
@ -122,6 +122,7 @@ setup(
"sqlparse>=0.4.3, <0.5",
"tabulate>=0.8.9, <0.9",
"typing-extensions>=4, <5",
"waitress; sys_platform == 'win32'",
"wtforms>=2.3.3, <2.4",
"wtforms-json",
"xlsxwriter>=3.0.7, <3.1",