diff --git a/.gitignore b/.gitignore index 41c2fdf..2c9499d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ dist/ easier_docker.egg-info/ venv/ +build/ diff --git a/requirements.txt b/requirements.txt index 41f47d7..90cc873 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ docker~=6.1.3 setuptools~=68.2.0 -PyYAML~=6.0.1 \ No newline at end of file +PyYAML~=6.0.1 +wheel~=0.42.0 +twine~=4.0.2