File tree Expand file tree Collapse file tree 4 files changed +3873
-5
lines changed Expand file tree Collapse file tree 4 files changed +3873
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ ipython_config.py
99
99
# This is especially recommended for binary packages to ensure reproducibility, and is more
100
100
# commonly ignored for libraries.
101
101
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102
- # poetry.lock
102
+ # poetry.lock
103
103
104
104
# pdm
105
105
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
@@ -159,8 +159,6 @@ cython_debug/
159
159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
160
# .idea/
161
161
162
- poetry.lock
163
- poetry.toml
164
162
.vscode
165
163
django_typer /tests /dj_params.json
166
164
** /.DS_Store
Original file line number Diff line number Diff line change 8
8
pip install pipx
9
9
pipx ensurepath
10
10
pipx install poetry
11
- poetry config --local virtualenvs.create true
12
- poetry config --local virtualenvs.in-project true
13
11
poetry env use python
14
12
poetry run pip install --upgrade pip setuptools wheel
15
13
You can’t perform that action at this time.
0 commit comments