Opened 13 years ago
Closed 12 years ago
#433 closed defect (fixed)
Update dependencies (webob, sqlalchemy)
Reported by: | Elrond | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
GMG needs
- webob >= 1.1
- sqlalchemy >= 0.7
Those gave enough trouble the last days.
Maybe there should be some check_deps() which checks the dependencies at startup time? Maybe there is some format that setup.py and check_deps() can share?
Change History (2)
comment:1 by , 12 years ago
Component: | component1 → programming |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
These are now updated.
The webob one also needs webob <=1.2a2 due to annoying reasons, but we actually have specified the proper range now in setup.py. That's still kind of a tarp-over though.