Commit eb3325ee authored by Nikola Balog's avatar Nikola Balog

Update software.cfg

parent 5365b92a
...@@ -22,13 +22,14 @@ recipe = zc.recipe.egg:scripts ...@@ -22,13 +22,14 @@ recipe = zc.recipe.egg:scripts
interpreter = py interpreter = py
depends = ${cryptography:recipe} depends = ${cryptography:recipe}
eggs = eggs =
setuptools-rust
requests requests
asyncua asyncua
[cryptography] [cryptography]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
setup-eggs = setup-eggs =
setuptools
setuptools-rust setuptools-rust
eggs = eggs =
cryptography cryptography
...@@ -42,6 +43,7 @@ location = ${buildout:parts-directory}/osie ...@@ -42,6 +43,7 @@ location = ${buildout:parts-directory}/osie
[versions] [versions]
aiosqlite = 0.17.0 aiosqlite = 0.17.0
aiofiles = 23.1.0 aiofiles = 23.1.0
setuptools = 69.2.0
setuptools-rust = 1.6.0 setuptools-rust = 1.6.0
cryptography = 40.0.2 cryptography = 40.0.2
asyncua = 1.1.0 asyncua = 1.1.0
......
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