Skip to content

Commit

Permalink
Delete requirements.txt
Browse files Browse the repository at this point in the history
 - Add content to .dockerignore
 - Add pyproject.toml to Dockerfile
  • Loading branch information
astrochun committed Apr 27, 2022
1 parent 1d17b03 commit 239136e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 6 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
.coverage
.git
.github
.idea
.pre-commit-ocnfig.yaml
.pytest*
CHANGELOG.md
conftest.py
LICENSE
MANIFEST.in
build
dist
venv*
testing
venv*
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL maintainer="astro.chun@gmail.com"

COPY github_stats_pages ./github_stats_pages
COPY scripts ./scripts
COPY requirements.txt setup.py setup.cfg ./
COPY pyproject.toml setup.py setup.cfg ./
COPY README.md .
COPY entrypoint.sh /entrypoint.sh

Expand Down
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

0 comments on commit 239136e

Please sign in to comment.