Remove SQLAlchemy session

This commit is contained in:
Lonami Exo
2018-03-17 17:38:16 +01:00
parent 6f820cce97
commit 32fd64d655
4 changed files with 1 additions and 240 deletions

View File

@@ -156,8 +156,7 @@ def main():
install_requires=['pyaes', 'rsa',
'typing' if version_info < (3, 5) else ""],
extras_require={
'cryptg': ['cryptg'],
'sqlalchemy': ['sqlalchemy']
'cryptg': ['cryptg']
}
)