mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
fc6b192b70
* Add readme build to CI * Fix pandoc import in setup.py * Replace sponsor HTML with markdown This loses the image centering, but can be converted to RST. * Fix README RST conversion - Links do not render correctly inside italics - Add hr between image caption and section, fixes markup on older versions of pandoc.
15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
# Wheel for PyPI installs.
|
|
wheel==0.30.0
|
|
|
|
# Twine for secured PyPI uploads.
|
|
twine==1.9.1
|
|
|
|
# Transifex client for managing translation resources.
|
|
transifex-client==0.11
|
|
|
|
# Pandoc to have a nice pypi page
|
|
pypandoc
|
|
|
|
# readme_renderer to check readme syntax
|
|
readme_renderer
|