rougeth / bottery

[DEVELOPMENT-HALTED] :battery: A bot framework with batteries included
MIT License
344 stars 51 forks source link

Pin requirements versions at setup.py before 0.0.1 release #60

Closed rougeth closed 6 years ago

nicoddemus commented 7 years ago

@rougeth what pins do you have in mind? "hard" pins (requests==2.18.0) or "requirement" pins (requests>=2.16), IOW, pinning because you depend on a feature available starting from a specific version of a package?

rougeth commented 7 years ago

"requirement" pins, I don't want to have Bottery broken because of a dependency change.

nicoddemus commented 7 years ago

Sounds good. 👍

ellisonleao commented 7 years ago

Can we use Pipfile instead or its just too soon?

rougeth commented 6 years ago

Closing this one here, cannot see why Pipfile would help us here.