Skip to content

Commit

Permalink
ezmp
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Nov 15, 2024
1 parent 43c8485 commit 7579fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

setup(
name="pwnshop",
version="6.3",
version="6.5",
python_requires=">=3.8",
packages=packages,
install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "pyyaml", "docker"],
install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "pyyaml", "docker", "ezmp"],
package_data={ dd.replace("/","."):cc for dd,cc in ( (d,[f for f in c if f.endswith(".c")]) for d,_,c in os.walk("pwnshop") ) if cc },
description="A framework for generating CTF challenges for learning",
url="https://github.com/pwncollege/pwnshop",
Expand Down

0 comments on commit 7579fa0

Please sign in to comment.