django-rest-framework/requirements/requirements-packaging.txt
Steven Loria cf925caa48 Render markdown readme on PyPI (#6004)
* Render markdown readme on PyPI

PyPI now supports GitHub-flavored Markdown descriptions
(https://blog.thea.codes/github-flavored-markdown-on-pypi/),
so there's no need to convert the README to rst with pypandoc
any more.

* Remove readme checking

Checking markdown descriptions is not necessary.
See https://github.com/pypa/readme_renderer#markdown

* Upgrade twine
2018-06-03 19:21:04 +01:00

9 lines
169 B
Plaintext

# Wheel for PyPI installs.
wheel==0.30.0
# Twine for secured PyPI uploads.
twine==1.11.0
# Transifex client for managing translation resources.
transifex-client==0.11