update readme
This commit is contained in:
parent
ea00c2afdb
commit
185fa9aabd
2 changed files with 58 additions and 28 deletions
3
setup.py
3
setup.py
|
@ -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...
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue