|
|
|
@ -9,11 +9,14 @@ setup(name='config-spec',
|
|
|
|
license='MIT',
|
|
|
|
license='MIT',
|
|
|
|
packages=['configspec'],
|
|
|
|
packages=['configspec'],
|
|
|
|
install_requires=[
|
|
|
|
install_requires=[
|
|
|
|
"toml",
|
|
|
|
|
|
|
|
"preserve@git+https://git.distreon.net/novirium/python-preserve.git"
|
|
|
|
"preserve@git+https://git.distreon.net/novirium/python-preserve.git"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
extras_require={
|
|
|
|
extras_require={
|
|
|
|
|
|
|
|
'manager': [
|
|
|
|
|
|
|
|
'toml',
|
|
|
|
|
|
|
|
],
|
|
|
|
'dev': [
|
|
|
|
'dev': [
|
|
|
|
|
|
|
|
'toml',
|
|
|
|
'autopep8',
|
|
|
|
'autopep8',
|
|
|
|
'pytest',
|
|
|
|
'pytest',
|
|
|
|
'pytest-flake8',
|
|
|
|
'pytest-flake8',
|
|
|
|
@ -22,6 +25,7 @@ setup(name='config-spec',
|
|
|
|
'tox'
|
|
|
|
'tox'
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'test': [
|
|
|
|
'test': [
|
|
|
|
|
|
|
|
'toml',
|
|
|
|
'pytest',
|
|
|
|
'pytest',
|
|
|
|
'pytest-flake8'
|
|
|
|
'pytest-flake8'
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|