jschnurr / scrapyscript

Run a Scrapy spider programmatically from a script or a Celery task - no project required.
MIT License
121 stars 26 forks source link

Allow billiard version version to float #11

Closed rpocase closed 3 years ago

rpocase commented 3 years ago

Billiard is currently locked to "3.6.3.0". This makes it impossible to install scrapyscript if you have dependencies requesting a different range. This should be allowed to float within reason (e.g. ^3.6.3.0).

jschnurr commented 3 years ago

Fixed in v1.1.2