Skip to content

Commit

Permalink
Migrated to uv
Browse files Browse the repository at this point in the history
Modified package requirement files to be compatible with uv
  • Loading branch information
jasonkwok475 committed Oct 27, 2024
1 parent 1d006e0 commit 7d4fd6e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ dmypy.json
# PyCharm
.idea/

# uv Packages
uv.lock

logs/
mapbox_cache/
*.csv
Expand Down
28 changes: 28 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[project]
name = "ubcrocketgroundstation"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"coverage==7.6.1",
"mapbox==0.18.1",
"matplotlib==3.9.2",
"numpy==2.1.2",
"orhelper==0.1.3",
"pillow==10.4.0",
"pyinstaller==6.10",
"pylint==3.3.1",
"pyserial==3.5",
"pytest-mock==3.14.0",
"pytest-qt==4.4.0",
"pytest==8.3.3",
"pyqt5==5.15.11",
"setuptools==75.1.0",
"sortedcontainers==2.4.0",
"pyqt5-qt5==5.15.2",
"digi-xbee",
]

[tool.uv.sources]
digi-xbee = { git = "https://github.com/digidotcom/xbee-python", rev = "1.1.1" }
16 changes: 0 additions & 16 deletions requirements.txt

This file was deleted.

0 comments on commit 7d4fd6e

Please sign in to comment.