Skip to content
Snippets Groups Projects
Commit cb7a0c62 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

requirements: Use breezy versions with available binary wheels

Latest breezy versions have no available binary wheels and require a
rust compiler to be installed so ensure to use versions with precompiled
Python extensions.
parent 9bef241d
No related branches found
Tags v1.3.5
No related merge requests found
......@@ -2,4 +2,4 @@
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
breezy >= 3.3.1 # has wheels for most architecture
breezy >= 3.3.1, != 3.3.6, != 3.3.7 # use versions with available binary wheels
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment