mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
6dcb994c98
Version 0.11b3's setup.py had an undeclared dependency on `py2exe` when running on Windows (see https://github.com/transifex/transifex-client/blob/0.11b3/setup.py#L23), which made it impossible to install without having a working `py2exe` to begin with. This has been fixed in 0.11 proper.
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
# Wheel for PyPI installs.
|
|
wheel==0.24.0
|
|
|
|
# Twine for secured PyPI uploads.
|
|
twine==1.4.0
|
|
|
|
# Transifex client for managing translation resources.
|
|
transifex-client==0.11
|