Skip to content

Commit

Permalink
Merge pull request #462 from carlmontanari/misc_cleanup
Browse files Browse the repository at this point in the history
* poetry updates
* updating .gitignore
  • Loading branch information
dmfigol committed Jan 11, 2020
2 parents f5a5126 + d713608 commit fda8644
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ output/

.DS_Store
.vscode
.idea

pip-wheel-metadata/
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PATH="/root/.poetry/bin:$PATH" \
RUN apt-get update \
&& apt-get install -yq curl git pandoc \
&& curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python \
&& poetry config settings.virtualenvs.create false
&& poetry config virtualenvs.create false

COPY pyproject.toml .
COPY poetry.lock .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pytest-cov = "*"
pylama = "*"
flake8-import-order = "*"
requests-mock = "*"
black = {version = "^19.3b0",allows-prereleases = true}
black = {version = "^19.3b0",allow-prereleases = true}
mypy = "*"
# The following dependencies are used for docs generation when run locally or in Docker
# (e.g. poetry install)
Expand Down

0 comments on commit fda8644

Please sign in to comment.