hohav / py-slippi

Python library for parsing SSBM replay files
MIT License
56 stars 25 forks source link

add specific versions to requirements.txt #34

Closed DustinAlandzes closed 3 years ago

DustinAlandzes commented 3 years ago

we should at least include the major version so if they follow semantic versioning it won't have breaking changes

https://semver.org/

hohav commented 3 years ago

Good idea, but let's use ~= with two segments (e.g. py-ubjson~=0.16) so that we get minor and patch updates. py-slippi's use of these deps is light enough that I wouldn't expect a minor version bump to break anything.