Skip to content

Commit

Permalink
Add unidiff and gitpython to conda.yaml (#433)
Browse files Browse the repository at this point in the history
* Add unidiff and gitpython to conda.yaml

* Update conda and robostack
  • Loading branch information
Yamboy1 authored Jan 9, 2024
1 parent b580c2f commit 92d2083
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ python3-future:
conda: [future]
python3-gi:
conda: [pygobject]
python3-git:
conda: [gitpython]
python3-github:
conda: [pygithub]
python3-github3:
Expand Down Expand Up @@ -824,6 +826,8 @@ python3-twisted:
conda: [twisted]
python3-typeguard:
conda: [typeguard]
python3-unidiff:
conda: [unidiff]
python3-usb:
conda: [pyusb]
python3-venv:
Expand Down
4 changes: 4 additions & 0 deletions robostack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@ python3-future:
robostack: [future]
python3-gi:
robostack: [pygobject]
python3-git:
robostack: [gitpython]
python3-github:
robostack: [pygithub]
python3-github3:
Expand Down Expand Up @@ -807,6 +809,8 @@ python3-twisted:
robostack: [twisted]
python3-typeguard:
robostack: [typeguard]
python3-unidiff:
robostack: [unidiff]
python3-usb:
robostack: [pyusb]
python3-venv:
Expand Down

0 comments on commit 92d2083

Please sign in to comment.