Skip to content

Commit

Permalink
Removing lock files
Browse files Browse the repository at this point in the history
We really shouldn't need to version control lock files. Reusing already existing virtualenv
Generating production lockfile: /home/pchakrab/workspace/code/mepo/develop/requirements.lock
Generating dev lockfile: /home/pchakrab/workspace/code/mepo/develop/requirements-dev.lock
Installing dependencies
Found existing installation: mepo 2.0.0
Uninstalling mepo-2.0.0:
  Successfully uninstalled mepo-2.0.0
Looking in indexes: https://pypi.org/simple/
Obtaining file:///. (from -r /home/pchakrab/tmp/tmpatm5q2yh (line 1))
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Checking if build backend supports build_editable: started
  Checking if build backend supports build_editable: finished with status 'done'
  Getting requirements to build editable: started
  Getting requirements to build editable: finished with status 'done'
  Installing backend dependencies: started
  Installing backend dependencies: finished with status 'done'
  Preparing editable metadata (pyproject.toml): started
  Preparing editable metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: mepo
  Building editable for mepo (pyproject.toml): started
  Building editable for mepo (pyproject.toml): finished with status 'done'
  Created wheel for mepo: filename=mepo-2.0.0-py3-none-any.whl size=11085 sha256=758e0b5ae11be1d887f2598e6c04fc09648e00a736ffbe8ae47fbad802e2978f
  Stored in directory: /home/pchakrab/tmp/pip-ephem-wheel-cache-5f1wnqzn/wheels/97/54/f5/d849319cdfa096e074df352654ee2e7c919da8951f090690c6
Successfully built mepo
Installing collected packages: mepo
Successfully installed mepo-2.0.0
Done! will generate them from
  • Loading branch information
pchakraborty committed Aug 12, 2024
1 parent aa05f52 commit 0b71055
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*~
*.pyc
*.egg-info
*.lock
dist
venv

Expand Down
35 changes: 13 additions & 22 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# with-sources: false

-e file:.
astroid==3.2.1
astroid==3.2.4
# via pylint
black==24.4.2
black==24.8.0
cfgv==3.4.0
# via pre-commit
click==8.1.7
Expand All @@ -21,10 +21,10 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.4
# via virtualenv
flake8==7.0.0
identify==2.5.36
flake8==7.1.1
identify==2.6.0
# via pre-commit
isort==5.13.2
# via pylint
Expand All @@ -34,35 +34,26 @@ mccabe==0.7.0
mdutils==1.6.0
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==24.0
packaging==24.1
# via black
pathspec==0.12.1
# via black
platformdirs==4.2.2
# via black
# via pylint
# via virtualenv
pre-commit==3.7.1
pycodestyle==2.11.1
pre-commit==3.8.0
pycodestyle==2.12.1
# via flake8
pyflakes==3.2.0
# via flake8
pylint==3.2.0
pyyaml==6.0.1
pylint==3.2.6
pyyaml==6.0.2
# via mepo
# via pre-commit
setuptools==70.0.0
# via nodeenv
tomli==2.0.1
# via black
# via pylint
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
# via astroid
# via black
tomlkit==0.13.0
# via pylint
virtualenv==20.26.2
virtualenv==20.26.3
# via pre-commit
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
-e file:.
colorama==0.4.6
# via mepo
pyyaml==6.0.1
pyyaml==6.0.2
# via mepo

0 comments on commit 0b71055

Please sign in to comment.