Defined constants to reduce duplication
"localtoc.html" and "ethicalads.html" were repeated 3 times. Defined constants to reduce code duplication.
This commit is contained in:
parent
b109b092a9
commit
284f09cdb8
3 changed files with 18 additions and 4 deletions
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ setup(
|
|||
"Jinja2 >= 3.0",
|
||||
"itsdangerous >= 2.0",
|
||||
"click >= 8.0",
|
||||
"importlib-metadata; python_version < '3.10'",
|
||||
"importlib-metadata >= 3.6.0; python_version < '3.10'",
|
||||
],
|
||||
extras_require={
|
||||
"async": ["asgiref >= 3.2"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue