Move Babel to test-requirements
It's not a runtime requirement, it's only used to extract i18n catalogs. Change-Id: I29e624c894f84390b23a2d2d7f547e488c82d7e8
This commit is contained in:
parent
717479c4a3
commit
1613a6b7ae
@ -3,7 +3,6 @@
|
||||
# process, which may cause wedges in the gate later.
|
||||
automaton>=1.9.0 # Apache-2.0
|
||||
alembic>=0.8.10 # MIT
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
construct<2.9,>=2.8.10 # MIT
|
||||
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
||||
Flask>=1.0 # BSD
|
||||
|
@ -1,6 +1,7 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
Babel!=2.4.0,>=2.3.4 # BSD
|
||||
bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0
|
||||
coverage!=4.4,>=4.0 # Apache-2.0
|
||||
doc8>=0.6.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user