Skip to content

Commit

Permalink
resolving merge Issue #222
Browse files Browse the repository at this point in the history
  • Loading branch information
cegme committed Nov 6, 2023
2 parents ee78c6e + 1c3baf5 commit a7d378c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages=['wiggum', 'wiggum_app','wiggum.trend_components'],
zip_safe=False,
include_package_data = True,
install_requires=['matplotlib', 'Numpy', 'Scipy', 'seaborn', 'pandas','flask', 'scikit-learn'],
install_requires=['matplotlib', 'Numpy', 'Scipy', 'seaborn', 'pandas', 'flask', 'scikit-learn'],
entry_points = {
'console_scripts': ['wiggum-app=wiggum_app.command_line:main'],
})
2 changes: 1 addition & 1 deletion wiggum_app/config.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DEBUG=True
SERVER_NAME="127.0.0.1:5001"
SERVER_NAME="localhost:5001"

0 comments on commit a7d378c

Please sign in to comment.