fixed tox, update to included linters

This commit is contained in:
2022-10-30 12:07:37 -05:00
parent d279fa416a
commit e6be5a854c
7 changed files with 180 additions and 135 deletions

View File

@@ -1,10 +1,11 @@
from distutils.core import setup
setup(name='AthleticoTogo',
setup(name='Athletico',
version='0.1',
packages=['athleticotogo',],
packages=['athletico',],
description='Download exercises from Athletico programs.',
install_requires = [
'Jinja2==3.1.2',
'requests==2.28.1',
'Jinja2==3.1.2'
'vcrpy==4.2.1'
]
)