Skip to content

Commit

Permalink
New Version 1.3.1
Browse files Browse the repository at this point in the history
- #103 Removed database driver
  • Loading branch information
OllisGit committed Jan 25, 2021
1 parent 9a26b8c commit f679486
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
#
plugin_version = "1.3.0"
plugin_version = "1.3.1"

# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
# module
Expand All @@ -36,10 +36,10 @@
# Any additional requirements besides OctoPrint should be listed here
plugin_requires = [
"pillow >=6.2.0<7.0.0", # since 7.0.0 no Python 2.7 Support, see https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst
"peewee",
"psycopg2-binary", # postgres - driver
"pymysql", #mysql - driver
"qrcode"
"qrcode",
"peewee"
# "psycopg2-binary", # postgres - driver
# "pymysql", #mysql - driver
]

### --------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit f679486

Please sign in to comment.