You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use importlib instead of pkg_resources (#49)
* Add setuptools to dependencies, update dependencies
* Use importlib instead of pkg_resources
* Fix flake8 errors
Python 3.10 and 3.12 compatibility changes and package version compat…
…ibility updates (#41)
These changes are fixes for datetime.utcnow() deprecation in python 3.10 and the change in randint to only accept integer arguments.