amitt001 / pygmy

An open-source, feature rich & extensible url-shortener + analytics written in Python :cookie:
https://demo.pygy.co/pygmy
MIT License
695 stars 134 forks source link

Fix the requirements for backports.zoneinfo #71

Open crustymonkey opened 1 year ago

crustymonkey commented 1 year ago

You can't successfully create the virtualenv (pip install) with backports.zoneinfo if you are using python 3.9 or later. This sets it to be ignored at 3.9 or later.

gunjanpb commented 4 months ago

+1