This commit is contained in:
Dima Gerasimov 2019-12-19 20:13:09 +00:00 committed by Dmitrii Gerasimov
parent 76492aaa9e
commit 3ee2deecae
4 changed files with 40 additions and 7 deletions

View file

@ -27,6 +27,12 @@ def main():
},
python_requires='>=3.5', # depends on the modules though..
extras_require={
'testing': [
'pytest',
'pytz',
],
},
)
if __name__ == '__main__':