add requirement files

This commit is contained in:
Andreas Zweili 2019-10-12 19:34:48 +01:00
parent f136ee0880
commit 04dbaa8e97
2 changed files with 9 additions and 0 deletions

2
requirements/base.txt Normal file
View File

@ -0,0 +1,2 @@
peewee
flask

View File

@ -0,0 +1,7 @@
-r base.txt
pytest
pytest-cov
pep8
rope
pylint