scrapinghub / dateparser

python parser for human readable dates
BSD 3-Clause "New" or "Revised" License
2.55k stars 465 forks source link

Delete requirements.txt and remove references to Scrapy Cloud #724

Closed noviluni closed 4 years ago

noviluni commented 4 years ago

While the requirements in test/requirements.txt and dateparser_scripts/requirements.txt are generic (no version pinning), the requirements in the requirements.txt are pinned. I think we could update them to the last versions and, if it's possible, unpin them.

We should delete the requirements.txt file and the documentation section that refers to how to deploy the library to the Scrapy Cloud.

Gallaecio commented 4 years ago

What’s the use case of requirements.txt? Maybe we can remove it.

kishan3 commented 4 years ago

@Gallaecio It is used here https://github.com/scrapinghub/dateparser/blob/master/docs/installation.rst#deploying-from-latest-sources

do we still need it?

noviluni commented 4 years ago

Hi @kishan3

So if you want you can work on it. :)