Skip to content

Commit

Permalink
Upgrade docker lib (fix #108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Aug 22, 2022
1 parent ba9ab0d commit e59c072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker~=5.0.3
docker~=6.0.0
requests>=2.26.0
rich~=11.2.0
GitPython~=3.1.26
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@
description='Python wrapper to use Exegol, a container based fully featured and community-driven hacking environment.',
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='>=3.6, <4',
python_requires='>=3.7, <4',
url='https://github.com/ShutdownRepo/Exegol',
keywords='pentest redteam ctf exegol',
classifiers=[
'Development Status :: 5 - Production/Stable',
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand All @@ -49,7 +48,7 @@
"Operating System :: OS Independent",
],
install_requires=[
'docker~=5.0.3',
'docker~=6.0.0',
'requests',
'rich~=11.2.0',
'PyYAML',
Expand Down

0 comments on commit e59c072

Please sign in to comment.