prettify emfit provider
This commit is contained in:
parent
2bf62e2db3
commit
78dbbd3c55
5 changed files with 28 additions and 35 deletions
5
setup.py
5
setup.py
|
@ -4,8 +4,9 @@
|
|||
from setuptools import setup, find_namespace_packages # type: ignore
|
||||
|
||||
INSTALL_REQUIRES = [
|
||||
'appdirs',
|
||||
'pytz', # even though it's not needed by the core, it's so common anyway...
|
||||
'pytz', # even though it's not needed by the core, it's so common anyway...
|
||||
'appdirs', # very common, and makes it portable
|
||||
'more-itertools', # it's just too useful and very common anyway
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue