kopia lustrzana https://github.com/wagtail/wagtail
Remove docutils pin
rodzic
c5aa326565
commit
4c2f160736
|
@ -1,3 +1,2 @@
|
||||||
docutils==0.17
|
|
||||||
myst_parser==0.17.0
|
myst_parser==0.17.0
|
||||||
sphinx-wagtail-theme==5.0.4
|
sphinx-wagtail-theme==5.0.4
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -66,8 +66,6 @@ testing_extras = [
|
||||||
"jinjalint>=0.5",
|
"jinjalint>=0.5",
|
||||||
# For template indenting
|
# For template indenting
|
||||||
"djhtml==1.4.13",
|
"djhtml==1.4.13",
|
||||||
# Pipenv hack to fix broken dependency causing CircleCI failures
|
|
||||||
"docutils==0.15",
|
|
||||||
# for validating string formats in .po translation files
|
# for validating string formats in .po translation files
|
||||||
"polib>=1.1,<2.0",
|
"polib>=1.1,<2.0",
|
||||||
]
|
]
|
||||||
|
|
Ładowanie…
Reference in New Issue