TomMalkin / SimQLe

The simplest way to use SQL in Python
MIT License
30 stars 5 forks source link

add pypi version options that include common driver modules #43

Closed TomMalkin closed 4 years ago

TomMalkin commented 5 years ago

such as:

pip install simqle[drivers]

which would include recommended drivers

TomMalkin commented 4 years ago

https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies

TomMalkin commented 4 years ago

closed in #70