goshippo / shippo-python-client

Shipping API Python library (USPS, FedEx, UPS and more)
https://goshippo.com/docs
MIT License
123 stars 70 forks source link

Update setup.py install_requires to use compatible package versions #59

Closed yablonsky closed 4 years ago

yablonsky commented 4 years ago

Use compatible release versions for install_dependencies instead of fixed versions.

This allows integration with projects that "pin" different versions of required dependencies.