Commit 52a39221 authored by Klaus Wölfel's avatar Klaus Wölfel

ensure working version of setuptools_scm

parent 5038709b
......@@ -37,6 +37,7 @@ for f in sorted(glob.glob(os.path.join('slapos', 'recipe', 'README.*.rst'))):
extras_require = {
'test': (
'setuptools_scm' # for jsonschema
'jsonschema',
'mock',
'testfixtures',
......@@ -61,6 +62,7 @@ setup(name=name,
include_package_data=True,
install_requires=[
'enum34; python_version<"3.4"', # for inotify-simple
'setuptools_scm' # for jsonschema
'jsonschema',
'hexagonit.recipe.download',
'netaddr', # to manipulate on IP addresses
......
......@@ -230,6 +230,10 @@ attrs = 18.2.0
# jsonschema==3.0.0a3
pyrsistent = 0.14.5
# Required by:
# jsonschema==3.0.2
setuptools_scm = 3.5.0
# Required by:
# cryptography==1.8.1
ipaddress = 1.0.18
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment