setup: Remove sqlalchemy extra dep

This is already listed in requirements.txt so it's not necessary to
repeat it here.

We also remove the Python version classifiers since they're noise:
'python_requires' does this for us in a machine-readable manner
nowadays.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: Ia2c8a5792c175fb0a8762e61ff76383119251cdd
This commit is contained in:
Stephen Finucane 2023-09-19 11:28:22 +01:00
parent 197440c3c8
commit 9ebb2452c6
1 changed files with 0 additions and 4 deletions

View File

@ -18,8 +18,6 @@ classifier =
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: System :: Monitoring
[options]
@ -28,13 +26,11 @@ packages =
[extras]
mysql =
SQLAlchemy>=0.9.7
SQLAlchemy-Utils>=0.41.0
alembic>=0.7.2
PyMySQL>=0.6.2 # MIT License
postgresql =
SQLAlchemy>=0.9.7
SQLAlchemy-Utils>=0.41.0
alembic>=0.7.2
psycopg2>=2.9.6