From 9ddc42f425baff75c20f160ac04929a2d50fc44c Mon Sep 17 00:00:00 2001 From: Vincent Rose Date: Sun, 17 Jan 2021 10:20:37 -0700 Subject: [PATCH] Poetry file update (#5) * add package info to poetry file so that pip install . works. add pyyaml to requirements.txt for old install method * reset script was moved * revert dockerfile change, add dependencies to requirements * remove extra dependency --- pyproject.toml | 8 ++++++-- setup/requirements.txt | 4 ++++ setup/requirements_libssl1.0.txt | 5 ++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aacd0cb56..485c86d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,15 @@ [tool.poetry] -name = "Empire - BC Security Fork" -version = "3.6.3" +name = "empire-bc-security-fork" +version = "3.7.0" description = "" authors = ["BC Security "] readme = "README.md" homepage = "https://github.com/BC-SECURITY/Empire" repository = "https://github.com/BC-SECURITY/Empire.git" +packages = [ + { include = "empire" }, + { include = "lib/**/*.py" }, +] [tool.poetry.dependencies] python = "^3.7" diff --git a/setup/requirements.txt b/setup/requirements.txt index fa4f890e0..7610456d2 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -22,3 +22,7 @@ pycrypto pyparsing flask-socketio sqlalchemy +pyyaml +PyMySQL +SQLAlchemy-Utc +prompt-toolkit diff --git a/setup/requirements_libssl1.0.txt b/setup/requirements_libssl1.0.txt index 531b1bf98..8e71c679f 100644 --- a/setup/requirements_libssl1.0.txt +++ b/setup/requirements_libssl1.0.txt @@ -21,4 +21,7 @@ bcrypt simplejson pyparsing flask-socketio -sqlalchemy \ No newline at end of file +sqlalchemy +PyMySQL +SQLAlchemy-Utc +prompt-toolkit