Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 1383f9b

Browse files
authoredFeb 6, 2018
Use PyPI version for python-vlc
The github repo for python-vlc has a structure that will prevent its direct install from the requirements (the actual setup.py for the module is in generated/2.2). Use the PyPI version instead.
1 parent 6041d92 commit 1383f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
requests>=2.13.0
22
CherryPy>=10.1.1
3-
git+https://github.com/oaubert/python-vlc.git#egg=python-vlc
3+
python-vlc
44
pyalsaaudio>=0.8.4
55
webrtcvad>=2.0.10
66
pyyaml
77
pocketsphinx>=0.1.3
88
coloredlogs
99
future>=0.16.0
10-
pexpect>=4.2.1
10+
pexpect>=4.2.1

0 commit comments

Comments
 (0)
This repository has been archived.