qotto / smspdudecoder

Python SMS PDU Decoder
MIT License
60 stars 19 forks source link

Do require pytz #1

Closed MarSoft closed 5 years ago

MarSoft commented 6 years ago

PyTZ package is used in smspdu/elements.py but is not listed in requirements

alexpirine commented 6 years ago

Hello, nice catch!

pytz is actually used only once in a test, so I think a better solution would be to remove this dependency (except for tests). Do you see how to do this?

alexpirine commented 5 years ago

Well. Not a bad dependency anyway. I'm including it.