prettify emfit provider

This commit is contained in:
Dima Gerasimov 2020-05-03 13:36:54 +01:00
parent 2bf62e2db3
commit 78dbbd3c55
5 changed files with 28 additions and 35 deletions

View file

@ -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
]