Skip to content

Commit

Permalink
reorganized preflight package
Browse files Browse the repository at this point in the history
  • Loading branch information
aaliao committed Feb 6, 2024
1 parent 2d0956b commit 871984e
Show file tree
Hide file tree
Showing 15 changed files with 171 additions and 164 deletions.
1 change: 1 addition & 0 deletions mil_common/utils/mil_tools/scripts/mil-preflight/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Preflight
Binary file not shown.
Binary file not shown.
146 changes: 146 additions & 0 deletions mil_common/utils/mil_tools/scripts/mil-preflight/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions mil_common/utils/mil_tools/scripts/mil-preflight/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[tool.poetry]
name = "mil-preflight"
version = "0.1.2"
description = ""
authors = ["Anthony Liao <[email protected]>","Keith Khadar <[email protected]>","Joshua Thomas <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
typer = {extras = ["all"], version = "^0.9.0"}

[tool.poetry.scripts]
preflight = "mil_preflight.main:app"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Empty file.
122 changes: 0 additions & 122 deletions mil_common/utils/mil_tools/scripts/preflight/preflight.py

This file was deleted.

42 changes: 0 additions & 42 deletions mil_common/utils/mil_tools/scripts/preflight/preflight_menus.py

This file was deleted.

1 change: 1 addition & 0 deletions preflight-test/bin/python
1 change: 1 addition & 0 deletions preflight-test/bin/python3
1 change: 1 addition & 0 deletions preflight-test/lib64
3 changes: 3 additions & 0 deletions preflight-test/pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
home = /usr/bin
include-system-site-packages = false
version = 3.8.10
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ sphinx-copybutton==0.5.0
# Terminal
typer[all]==4.8.0
PyInquirer==1.0.3
~/catkin_ws/src/mil/mil_common/utils/mil_tools/scripts/mil-preflight/dist/mil_preflight-0.1.2-py3-none-any.whl==0.1.2

# External Devices
pyserial==3.5
Expand Down

0 comments on commit 871984e

Please sign in to comment.