python-peps/requirements.txt

12 lines
181 B
Plaintext
Raw Normal View History

# Requirements for building PEPs with Sphinx
2021-11-23 18:30:48 -05:00
Pygments >= 2.9.0
2023-01-06 11:50:42 -05:00
Sphinx >= 5.1.1,<=6.0.0
docutils >= 0.19.0
# For RSS
feedgen >= 0.9.0 # For RSS feed
# For tests
pytest
pytest-cov