Ticket #629 (closed enhancement: fixed)
be less strict when defining requirements
| Reported by: | elemoine | Owned by: | elemoine |
|---|---|---|---|
| Priority: | minor | Milestone: | framework.server 2.2 Release |
| Component: | framework.server | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Commit |
Description
Today requirements are defined like this:
'Shapely>=1.2,<=1.2.99'
This ticket suggests defining them like this:
'Shapely>=1.2'
In this way we provide more flexibility to MapFish users. And we'll rely on our Python Package Index for the go script to install packages known to work with the MapFish version the Python Package Index corresponds to.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
