Skip to content

Commit

Permalink
bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Aug 31, 2020
1 parent 5085029 commit ba905cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def run(self):
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=["locust-plugins>=1.0.16", "psutil", "ConfigArgParse>=1.0"],
install_requires=["locust-plugins>=1.0.17", "psutil", "ConfigArgParse>=1.0"],
scripts=["bin/swarm"],
cmdclass={"egg_info": PostEggInfoCommand, "install": PostInstallCommand, "develop": PostDevelopCommand},
)

0 comments on commit ba905cd

Please sign in to comment.