anoadragon453 / matrix-reminder-bot

A bot to remind you about stuff. Supports encrypted rooms
Apache License 2.0
52 stars 20 forks source link

switch from virtualenv to native venv #181

Closed HarHarLinks closed 6 months ago

HarHarLinks commented 6 months ago

venv is supported natively since Python 3.3, which is well within our requirements already https://docs.python.org/3/library/venv.html and thus favorable to recommend over 3rd party tooling.