We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd346e commit bf8b11eCopy full SHA for bf8b11e
CHANGES.txt
@@ -22,6 +22,7 @@ To be included in 1.0.0 (unreleased)
22
* Fixed SQLAlchemy connection context iterator #410
23
* Fix error packet handling for SSCursor #428
24
* Required python version is now properly documented in python_requires instead of failing on setup.py execution #731
25
+* Add rsa extras_require depending on PyMySQL[rsa] #557
26
27
28
0.0.22 (2021-11-14)
setup.cfg
@@ -39,3 +39,5 @@ install_requires =
39
[options.extras_require]
40
sa =
41
sqlalchemy>=1.0,<1.4
42
+rsa =
43
+ PyMySQL[rsa]>=1.0
0 commit comments