Skip to content

Commit

Permalink
Use pipenv builtin requirements instead of pipenv-to-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidy22 committed Jan 4, 2025
1 parent 4e4573a commit 5fe1b22
Show file tree
Hide file tree
Showing 6 changed files with 302 additions and 256 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ update:
lock: pipenv-lock requirements

requirements:
PIPENV_IGNORE_VIRTUALENVS=1 pipenv run pipenv_to_requirements
PIPENV_IGNORE_VIRTUALENVS=1 pipenv requirements > requirements.txt
PIPENV_IGNORE_VIRTUALENVS=1 pipenv requirements --dev > requirements-dev.txt

pipenv-lock:
PIPENV_IGNORE_VIRTUALENVS=1 pipenv lock
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pyflakes = "*"
pytest = "*"
yapf = "*"
reno = {version = ">=2.8.0",extras = ["sphinx"]}
pipenv-to-requirements = "*"
colorlog = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-programoutput = "*"
Expand All @@ -33,6 +32,7 @@ pew = "*"
black = "==24.10.0"
typing-extensions = "*"
toml = "*"
tomli = "*"
pre-commit = "==2.17.0"

[packages]
Expand Down
Loading

0 comments on commit 5fe1b22

Please sign in to comment.