Remove the 'app' extra, absorb into requirements
This commit is contained in:
parent
fc89558472
commit
4dec538418
15
setup.py
15
setup.py
|
@ -66,22 +66,15 @@ requires = [
|
|||
# restriction once a later version comes out?
|
||||
# cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html
|
||||
'plaster<1.1', # 1.0
|
||||
|
||||
'mysql-connector-python',
|
||||
'psycopg2', # 2.8.5
|
||||
'Tailbone', # 0.8.97
|
||||
]
|
||||
|
||||
|
||||
extras = {
|
||||
|
||||
'app': [
|
||||
#
|
||||
# package # low high
|
||||
|
||||
'invoke', # 1.4.1
|
||||
'mysql-connector-python',
|
||||
'psycopg2', # 2.8.5
|
||||
'rattail[db,bouncer]', # 0.9.130
|
||||
'Tailbone', # 0.8.97
|
||||
],
|
||||
|
||||
'catapult': [
|
||||
#
|
||||
# package # low high
|
||||
|
|
Loading…
Reference in a new issue