create base for installation

This commit is contained in:
Jonathan Baecker 2020-02-03 12:07:06 +01:00
parent 7f7d5103a5
commit 6c4bb61bf7
2 changed files with 7 additions and 2 deletions

3
requirements-base.txt Normal file
View File

@ -0,0 +1,3 @@
watchdog
colorama
pyyaml

View File

@ -1,2 +1,4 @@
watchdog==0.9.0
colorama==0.4.1
colorama==0.4.3
pathtools==0.1.2
PyYAML==5.3
watchdog==0.10.1