Skip to content

Commit

Permalink
Fix dependency (#4)
Browse files Browse the repository at this point in the history
* Update setup.py

* Version bump
  • Loading branch information
NovaAndrom3da authored Nov 24, 2022
1 parent 0d6133a commit e08c455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phoenix/serve.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "2.0.0.2"
VERSION = "2.0.0.3"

# Get Phoenix files
from . import build
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
include_package_data=True,
install_requires=[
"flask",
"phoenix-waitress"
"waitress"
],
entry_points={
"console_scripts": [
Expand All @@ -51,4 +51,4 @@
"JS",
"Fast"
]
)
)

0 comments on commit e08c455

Please sign in to comment.