Add per-app requirements.txt files for pip install.

This commit is contained in:
Martin Fitzpatrick 2018-02-19 21:53:09 +01:00
parent 7352f1ea21
commit 63191b010f
15 changed files with 20 additions and 0 deletions

1
browser/requirements.txt Normal file
View File

@ -0,0 +1 @@
PyQt5>=5.6

View File

@ -0,0 +1 @@
PyQt5>=5.6

View File

@ -0,0 +1 @@
PyQt5>=5.6

1
camera/requirements.txt Normal file
View File

@ -0,0 +1 @@
PyQt5>=5.6

View File

@ -0,0 +1,4 @@
PyQt5>=5.6
requests>=2.0.0
requests_cache>=0.4.13
pyqtgraph>=0.10

View File

@ -0,0 +1 @@
PyQt5>=5.6

View File

@ -0,0 +1 @@
PyQt5>=5.6

1
notepad/requirements.txt Normal file
View File

@ -0,0 +1 @@
PyQt5>=5.6

1
notes/requirements.txt Normal file
View File

@ -0,0 +1 @@
PyQt5>=5.6

1
paint/requirements.txt Normal file
View File

@ -0,0 +1 @@
PyQt5>=5.6

View File

@ -0,0 +1 @@
PyQt5>=5.6

View File

@ -0,0 +1,2 @@
PyQt5>=5.6
requests>=2.0.0

1
unzip/requirements.txt Normal file
View File

@ -0,0 +1 @@
PyQt5>=5.6

2
weather/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
PyQt5>=5.6
requests>=2.0.0

View File

@ -0,0 +1 @@
PyQt5>=5.6