Commit 4433af26 authored by Nikola Balog's avatar Nikola Balog

Update software.cfg

parent 0e5d0bce
[buildout] [buildout]
allow-picked-versions = true
extends = extends =
buildout.hash.cfg buildout.hash.cfg
https://lab.nexedi.com/nexedi/slapos/raw/master/stack/monitor/buildout.cfg https://lab.nexedi.com/nexedi/slapos/raw/master/stack/monitor/buildout.cfg
...@@ -20,19 +18,11 @@ part = python3 ...@@ -20,19 +18,11 @@ part = python3
[interpreter] [interpreter]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts
interpreter = py interpreter = py
#depends = ${cryptography:recipe}
eggs = eggs =
requests requests
asyncua asyncua
#[cryptography]
#recipe = zc.recipe.egg:custom
#setup-eggs =
# setuptools-rust
#eggs =
# cryptography
[osie-repository] [osie-repository]
recipe = slapos.recipe.build:gitclone recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
...@@ -42,9 +32,6 @@ location = ${buildout:parts-directory}/osie ...@@ -42,9 +32,6 @@ location = ${buildout:parts-directory}/osie
[versions] [versions]
aiosqlite = 0.17.0 aiosqlite = 0.17.0
aiofiles = 23.1.0 aiofiles = 23.1.0
#setuptools = 67.0.0
#setuptools-rust = 1.6.0
#cryptography = 40.0.2
asyncua = 1.0.0 asyncua = 1.0.0
[instance-profile] [instance-profile]
......
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