Skip to content

Commit

Permalink
bump version and remove yaml reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Dec 21, 2023
1 parent edbac02 commit 09a82dd
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="1.0",
version="2.0",
python_requires=">=3.8",
packages=packages,
install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "ezmp", "pyyaml", "ruamel.yaml", "docker"],
install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "ezmp", "docker"],
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 09a82dd

Please sign in to comment.