update readme

This commit is contained in:
Dima Gerasimov 2020-04-18 16:14:14 +01:00
parent ea00c2afdb
commit 185fa9aabd
2 changed files with 58 additions and 28 deletions

View file

@ -4,7 +4,8 @@
from setuptools import setup, find_packages # type: ignore
INSTALL_REQUIRES = [
'appdirs'
'appdirs',
'pytz', # even though it's not needed by the core, it's so common anyway...
]