diff --git a/sqlor.egg-info/PKG-INFO b/sqlor.egg-info/PKG-INFO index de94fac..615fdbc 100644 --- a/sqlor.egg-info/PKG-INFO +++ b/sqlor.egg-info/PKG-INFO @@ -5,15 +5,12 @@ Summary: sqlor Home-page: https://github.com/yumoqing/sqlor Author: yumoqing Author-email: yumoqing@gmail.com +License: UNKNOWN +Platform: UNKNOWN Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: License :: OSI Approved :: MIT License Description-Content-Type: text/markdown -Requires-Dist: aiomysql -Requires-Dist: PyMySQL -Requires-Dist: aiosqlite -Requires-Dist: asyncio -Requires-Dist: jinja2 # SQLOR @@ -148,3 +145,5 @@ sqlor can using multiple databases and difference databases by using difference ### SQLor + + diff --git a/sqlor.egg-info/requires.txt b/sqlor.egg-info/requires.txt index 44e24a9..3ff8410 100644 --- a/sqlor.egg-info/requires.txt +++ b/sqlor.egg-info/requires.txt @@ -1,5 +1,5 @@ -aiomysql PyMySQL +aiomysql aiosqlite asyncio jinja2