Dependency on specific versions

Asked by ha_60

Hi,

I write a program that dependent on SQLAlchemy (>=0.6.0).
Its ditected by quickly but version is not specified in the control file.
I try to manually add a dependency with "quickly configure dependencies" but I think it's not work when I specify the version of SQLAlchemy.
Have any idea?

Best Regards,

Question information

Language:
English Edit question
Status:
Solved
For:
Quickly Edit question
Assignee:
No assignee Edit question
Solved by:
ha_60
Solved:
Last query:
Last reply:
Revision history for this message
Didier Roche-Tolomelli (didrocks) said :
#1

Thanks for using Quickly :)

hum, that should work with quickly configure dependencies,
did you try to just put:
SQLAlchemy (>=0.6.0)

Then, at next quickly package, you should have SQLAlchemy (>=0.6.0), (and SQLAlchemy as well, which is not an harmful bug)

Revision history for this message
ha_60 (hadi60) said :
#2

Thanks for replay

I update my quickly to 0.4.3 and its work fine