Make sqlalchemy main dependency to help migration (#2536)
This commit is contained in:
parent
06d70544bc
commit
16c71ab207
2 changed files with 2 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -17,6 +17,7 @@ REQUIRES = [
|
|||
'pip>=7.0.0',
|
||||
'jinja2>=2.8',
|
||||
'voluptuous==0.8.9',
|
||||
'sqlalchemy==1.0.14',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue