Remove translation sections from setup.cfg

These translation sections are not needed anymore,
Babel can generate translation files without them.

Change-Id: I093f9886e74a808cedca0ee6610d51e91c88b1e8
This commit is contained in:
Q.hongtao 2020-09-19 09:15:14 +08:00
parent a8fdf9662e
commit ac84e6d8ee
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
alembic==0.9.6
Babel==2.3.4
cachetools==2.0.0
coverage==4.0
croniter==0.3.4

View File

@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
alembic>=0.9.6 # MIT
Babel!=2.4.0,>=2.3.4 # BSD
croniter>=0.3.4 # MIT License
cachetools>=2.0.0 # MIT License
dogpile.cache>=0.6.2 # BSD