Skip to content

Commit

Permalink
chore: add waitress for win32 platform (apache#22935)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneTorap authored Feb 2, 2023
1 parent 78ede59 commit 56d4bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def get_git_sha() -> str:
"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",
Expand Down Expand Up @@ -122,6 +122,7 @@ def get_git_sha() -> str:
"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",
Expand Down

0 comments on commit 56d4bd0

Please sign in to comment.