architest / pymeeus

Library of astronomical algorithms in Python
GNU Lesser General Public License v3.0
59 stars 29 forks source link

Relax dependency versions #2

Closed PureTryOut closed 4 years ago

PureTryOut commented 4 years ago

I want to package this library for Alpine Linux, but currently it requires to strict dependency versions (e.g. atomicwrites==1.2.1 rather than atomicwrites>=1.2.1). This makes it impossible to use in distributions which always try to package the newest version of everything.

PureTryOut commented 4 years ago

Never mind, the requirements.txt file does not seem to be present in the PyPi package, and it seems to work well already.