Skip to content

Commit

Permalink
fix Missing gevent & flask in 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetan1903 authored Nov 14, 2021
1 parent ef47ae3 commit 57ce148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
python_requires='>=3.6',
py_modules=["websearch"], # Name of the python package
install_requires=[
"BeautifulSoup4", "requests"], # Install other dependencies if any
"BeautifulSoup4", "requests", "gevent", "flask"], # Install other dependencies if any
include_package_data=True, # Include all data file with the package
package_data={'': ['*.json']}
)

0 comments on commit 57ce148

Please sign in to comment.