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