Remove the 'app' extra, absorb into requirements

This commit is contained in:
Lance Edgar 2023-01-18 17:26:05 -06:00
parent fc89558472
commit 4dec538418

View file

@ -66,22 +66,15 @@ requires = [
# restriction once a later version comes out? # restriction once a later version comes out?
# cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html # cf. https://docs.pylonsproject.org/projects/plaster/en/latest/changes.html
'plaster<1.1', # 1.0 'plaster<1.1', # 1.0
'mysql-connector-python',
'psycopg2', # 2.8.5
'Tailbone', # 0.8.97
] ]
extras = { 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': [ 'catapult': [
# #
# package # low high # package # low high