Skip to content

Commit

Permalink
Poetry file update (#5)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
vinnybod authored Jan 17, 2021
1 parent 738a3c7 commit 9ddc42f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"
Expand Down
4 changes: 4 additions & 0 deletions setup/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ pycrypto
pyparsing
flask-socketio
sqlalchemy
pyyaml
PyMySQL
SQLAlchemy-Utc
prompt-toolkit
5 changes: 4 additions & 1 deletion setup/requirements_libssl1.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ bcrypt
simplejson
pyparsing
flask-socketio
sqlalchemy
sqlalchemy
PyMySQL
SQLAlchemy-Utc
prompt-toolkit

0 comments on commit 9ddc42f

Please sign in to comment.