Skip to content

Commit

Permalink
build: remove dependencies provided by layer python3
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Jul 10, 2024
1 parent f80ca3c commit 0e21351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
21 changes: 1 addition & 20 deletions .metwork-framework/components.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
| Name | Version | Layer |
| --- | --- | --- |
| [asgiref](https://github.com/django/asgiref/) | 3.8.1 | python3_example |
| [calver](https://github.com/di/calver) | 2022.6.26 | python3_example |
| [certifi](https://github.com/certifi/python-certifi) | 2024.7.4 | python3_example |
| [distlib](https://github.com/pypa/distlib) | 0.3.7 | python3_example |
| [distro](https://github.com/python-distro/distro) | 1.8.0 | python3_example |
| [Django](https://www.djangoproject.com/) | 4.2.11 | python3_example |
| [editables](https://pypi.org/project/editables) | 0.5 | python3_example |
| [filelock](https://pypi.org/project/filelock) | 3.12.3 | python3_example |
| [flit_core](https://pypi.org/project/flit_core) | 3.9.0 | python3_example |
| [hatch-vcs](https://pypi.org/project/hatch-vcs) | 0.3.0 | python3_example |
| [hatchling](https://pypi.org/project/hatchling) | 1.18.0 | python3_example |
| [importlib_metadata](https://github.com/python/importlib_metadata) | 6.8.0 | python3_example |
| [libev](http://software.schmorp.de/pkg/libev.html) | 4.25 | example |
| [pathspec](https://pypi.org/project/pathspec) | 0.11.2 | python3_example |
| [platformdirs](https://pypi.org/project/platformdirs) | 3.10.0 | python3_example |
| [pluggy](https://github.com/pytest-dev/pluggy) | 1.3.0 | python3_example |
| [setuptools_scm](https://github.com/pypa/setuptools_scm/) | 7.1.0 | python3_example |
| [sqlparse](https://pypi.org/project/sqlparse) | 0.5.0 | python3_example |
| [toml](https://github.com/uiri/toml) | 0.10.2 | python3_example |
| [tomli](https://pypi.org/project/tomli) | 2.0.1 | python3_example |
| [trove-classifiers](https://github.com/pypa/trove-classifiers) | 2023.8.7 | python3_example |
| [typing_extensions](https://pypi.org/project/typing_extensions) | 4.8.0 | python3_example |
| [zipp](https://github.com/jaraco/zipp) | 3.19.2 | python3_example |

*(23 components)*
*(4 components)*
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
asgiref==3.8.1
calver==2022.6.26
certifi==2024.7.4
distlib==0.3.7
distro==1.8.0
Django==4.2.11
editables==0.5
filelock==3.12.3
flit_core==3.9.0
hatch-vcs==0.3.0
hatchling==1.18.0
importlib_metadata==6.8.0
pathspec==0.11.2
platformdirs==3.10.0
pluggy==1.3.0
setuptools_scm==7.1.0
sqlparse==0.5.0
toml==0.10.2
tomli==2.0.1
trove-classifiers==2023.8.7
typing_extensions==4.8.0
zipp==3.19.2

0 comments on commit 0e21351

Please sign in to comment.