File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,13 +92,13 @@ ipython_config.py
9292# However, in case of collaboration, if having platform-specific dependencies or dependencies
9393# having no cross-platform support, pipenv may install dependencies that don't work, or not
9494# install all needed dependencies.
95- Pipfile.lock
95+ # Pipfile.lock
9696
9797# UV
9898# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control.
9999# This is especially recommended for binary packages to ensure reproducibility, and is more
100100# commonly ignored for libraries.
101- # uv.lock
101+ uv.lock
102102
103103# poetry
104104# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ dependencies = [
1212 " requests>=2.32.5"
1313]
1414
15+ [project .urls ]
16+ Homepage = " https://github.com/ElectricalBoy/LPDB_python"
17+ Changelog = " https://github.com/ElectricalBoy/LPDB_python/releases"
18+ Issues = " https://github.com/ElectricalBoy/LPDB_python/issues"
19+
1520[project .optional-dependencies ]
1621async = [
1722 " aiohttp>=3.13.2"
You can’t perform that action at this time.
0 commit comments