Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinevg committed Mar 4, 2024
1 parent 19a87ac commit 8caa75c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import os, sys, time
sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath(".."))
sys.path.insert(0, os.path.abspath("../../facedancer/"))
sys.path.insert(0, os.path.abspath("../../"))

import sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"pyusb", "pyserial", "prompt-toolkit",
"pyusb", "pyserial", "prompt-toolkit", "libusb1",
]

[tool.setuptools-git-versioning]
Expand Down

0 comments on commit 8caa75c

Please sign in to comment.