We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba9d9a commit abba7e7Copy full SHA for abba7e7
{{cookiecutter.project_slug}}/Dockerfile
@@ -4,7 +4,7 @@ COPY . /src
4
WORKDIR /src
5
6
RUN pip3 install --upgrade pip \
7
- setuptools==36.3.0 \
+ setuptools \
8
tox
9
10
ENTRYPOINT [ "tox"]
0 commit comments