1
0
mirror of https://gitlab.com/akasroua/covot synced 2026-06-24 22:32:03 +02:00

Remove development dependencies

This commit is contained in:
2020-12-28 18:44:59 +01:00
parent aaaaed3c40
commit 590d40d189
3 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from sqlalchemy import MetaData, create_engine
from sqlalchemy import create_engine
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import sessionmaker