Skip to content

Commit

Permalink
migrate project to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhenriksson committed Dec 2, 2020
1 parent 2282f97 commit 183646a
Show file tree
Hide file tree
Showing 9 changed files with 2,383 additions and 913 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.git/
.venv/
**dist/
**/node_modules/
cowait.egg-info/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ htmlcov/
.DS_Store
.vscode
.ipynb_checkpoints/
.venv/
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN mkdir /var/cowait && mkdir /var/task

# install cowait
WORKDIR /var/cowait
COPY setup.py README.md ./
COPY setup.py requirements.txt README.md ./
RUN mkdir cowait && pip install -e .

# jupyter mods
Expand All @@ -26,4 +26,4 @@ COPY . .
WORKDIR /var/task

ENV PYTHONPATH="/var/task:${PYTHONPATH}"
CMD [ "python3", "-Bum", "cowait.worker" ]
CMD [ "python3", "-Bum", "cowait.worker" ]
35 changes: 0 additions & 35 deletions Pipfile

This file was deleted.

841 changes: 0 additions & 841 deletions Pipfile.lock

This file was deleted.

Loading

0 comments on commit 183646a

Please sign in to comment.