Skip to content

Commit

Permalink
[+] Add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed May 21, 2021
1 parent 26dd03d commit 7b9b2f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ requests
coloredlogs
GitPython
semver
twine
twine
beautifulsoup4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="GitHacker",
version="1.0.2",
version="1.0.4",
author="Wang Yihang",
author_email="[email protected]",
description="This is a multiple threads tool to download the `.git` folder and rebuild git repository locally.",
Expand All @@ -23,7 +23,7 @@
],
python_requires='>=3.6',
keywords='ctf, git, web, security',
install_requires=["requests", "coloredlogs", "GitPython"],
install_requires=["requests", "coloredlogs", "GitPython", "beautifulsoup4", "semver"],
entry_points={
'console_scripts': [
'githacker=GitHacker:main',
Expand Down

0 comments on commit 7b9b2f0

Please sign in to comment.