Skip to content
Snippets Groups Projects
Commit 6a3aa625 authored by Jiri Raja's avatar Jiri Raja
Browse files

updated license, requirements, version

parent 5740a3ec
No related branches found
No related tags found
No related merge requests found
MIT License
Copyright (c) 2021 Masaryk University
Copyright (c) 2022 Masaryk University
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
mock~=4.0.3
pymetasploit3~=1.0.3
amqpstorm~=2.10.3
amqpstorm~=2.10.4
pytest~=6.2.5
pytest-cov~=2.10.1
structlog~=20.1.0
PyYAML~=5.3.1
schema~=0.7.2
click~=7.1.2
pytest-cov~=3.0.0
structlog~=21.5.0
PyYAML~=6.0
schema~=0.7.5
click~=8.0.3
bottle~=0.12.19
pyfiglet~=0.8.post1
paramiko~=2.7.2
requests~=2.26.0
paramiko~=2.9.1
requests~=2.27.0
utinni~=0.5.0
pytest-asyncio~=0.16.0
pytest-mock~=3.6.1
from setuptools import setup, find_packages
with open('requirements.txt') as f:
with open("requirements.txt") as f:
requirements = f.read().splitlines()
setup(name='cryton_worker',
version='2021.4.1',
description='Cryton Worker - Attack scenario orchestrator',
url='https://gitlab.ics.muni.cz/beast-public/cryton/cryton-worker',
author='Ivo Nutar, Jiri Raja, Andrej Tomci, Milan Bohacek',
author_email='nutar@ics.muni.cz, 469429@mail.muni.cz, 469192@mail.muni.cz, 244656@mail.muni.cz',
setup(name="cryton_worker",
version="2022.1.1",
description="Cryton Worker - Attack scenario orchestrator",
url="https://gitlab.ics.muni.cz/beast-public/cryton/cryton-worker",
author="Ivo Nutar, Jiri Raja, Andrej Tomci, Milan Bohacek",
author_email="nutar@ics.muni.cz, 469429@mail.muni.cz, 469192@mail.muni.cz, 244656@mail.muni.cz",
packages=find_packages(),
python_requires='>=3.8',
python_requires=">=3.8",
install_requires=requirements,
entry_points={
'console_scripts': [
'cryton-worker=cryton_worker.cli:cli'
"console_scripts": [
"cryton-worker=cryton_worker.cli:cli"
]
},
zip_safe=False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment