Remove version cap for SQLAlchemy
also remove some redundant things
This commit is contained in:
parent
9e91ee3c13
commit
fd688e9b56
9
setup.py
9
setup.py
|
@ -48,19 +48,10 @@ requires = [
|
||||||
# need to explicitly install e.g. 8.0.17 depending on how it behaves...
|
# need to explicitly install e.g. 8.0.17 depending on how it behaves...
|
||||||
'mysql-connector-python',
|
'mysql-connector-python',
|
||||||
|
|
||||||
# TODO: this is the same restriction as upstream (rattail) uses.
|
|
||||||
# at first i didn't set this here, but for some reason an install
|
|
||||||
# got SA 1.4.x so then i had to.
|
|
||||||
'SQLAlchemy<1.4', # 0.7.6 1.3.24
|
|
||||||
|
|
||||||
'invoke', # 1.4.1
|
'invoke', # 1.4.1
|
||||||
'psycopg2', # 2.8.4
|
'psycopg2', # 2.8.4
|
||||||
|
|
||||||
'rattail[db,bouncer]', # 0.9.141
|
|
||||||
'rattail-fabric2', # 0.2.1
|
'rattail-fabric2', # 0.2.1
|
||||||
'Tailbone', # 0.8.72
|
'Tailbone', # 0.8.72
|
||||||
'pyCOREPOS', # 0.1.1
|
|
||||||
'rattail-corepos', # 0.1.3
|
|
||||||
'tailbone-corepos', # 0.1.3
|
'tailbone-corepos', # 0.1.3
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue