Skip to content

Commit

Permalink
Added uv to dev-requirements.txt and removed redundant pip install fr…
Browse files Browse the repository at this point in the history
…om makefile
  • Loading branch information
GatlenCulp committed Dec 30, 2024
1 parent 4a8023e commit d123843
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ pipenv
pytest
termynal
twine
uv
virtualenvwrapper; sys_platform != 'win32'
virtualenvwrapper-win; sys_platform == 'win32'
1 change: 0 additions & 1 deletion {{ cookiecutter.repo_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ create_environment:
@echo ">>> New pipenv created. Activate with:\npipenv shell"
{% elif cookiecutter.environment_manager == 'uv' -%}
uv venv --python $(PYTHON_VERSION)
uv pip install pip
@echo ">>> New uv virtual environment created. Activate with:"
@echo ">>> Windows: .\\\\.venv\\\\Scripts\\\\activate"
@echo ">>> Unix/macOS: source ./.venv/bin/activate"
Expand Down

0 comments on commit d123843

Please sign in to comment.