silverapp / silver

Automated billing and payments for Django with a REST API
https://www.presslabs.com/code/silver/
Other
301 stars 80 forks source link

Removed the pytz dependency #622

Closed macmichael01 closed 6 years ago

macmichael01 commented 6 years ago

Django has built-in timezone support and I noticed that pytz was only called in one spot so I removed it completely.