Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Change install_requires version restrictions #42

Open
paazmaya opened this issue Jan 23, 2014 · 0 comments
Open

Change install_requires version restrictions #42

paazmaya opened this issue Jan 23, 2014 · 0 comments

Comments

@paazmaya
Copy link

Instead of locking to a certain version, allow the user to have different patch version of the required libraries.

For example, instead of requiring only 2.2.1

'Pillow==2.2.1'

Allow the user to have anything that starts with 2.2, like the latest 2.2.2 of the given Pillow (PIL fork), which itself is a bit tricky to get installed while in Windows x64.

'Pillow>=2.2'

http://www.python.org/dev/peps/pep-0345/#version-specifiers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant