Skip to content

Commit

Permalink
add primary depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt White committed Dec 10, 2021
1 parent 48724ef commit 31d18ac
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 7 deletions.
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ verify_ssl = true
name = "pypi"

[packages]
typer = "*"
loguru = "*"
PyYAML = "*"
SpeechRecognition = "*"
gTTS = "*"
pydub = "*"
adafruit-circuitpython-dotstar = "*"
adafruit-circuitpython-motor = "*"
adafruit-circuitpython-bmp280 = "*"
pyaudio = "*"
pocketsphinx = "*"

[dev-packages]
ipython = "*"
ipdb = "*"
flake8 = "*"

[requires]
python_version = "3.7"
Loading

0 comments on commit 31d18ac

Please sign in to comment.