Skip to content

Commit

Permalink
added pysqlite3 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrunnels committed Apr 28, 2023
1 parent 3ed7c13 commit cac0c7b
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 @@ -26,7 +26,7 @@
],
packages=["simba"],
include_package_data=True,
install_requires=["Flask>=0.2","Frozen-Flask","Flask-Markdown","terminaltables"],
install_requires=["Flask>=0.2","Frozen-Flask","Flask-Markdown","terminaltables","pysqlite3"],
python_requires='>3.6',
scripts=['bin/simba']
#entry_points={
Expand Down

0 comments on commit cac0c7b

Please sign in to comment.