This website works better with JavaScript.
Explore
Help
Register
Sign In
michael
/
fdgl-homepage
Watch
1
Star
0
Fork
You've already forked fdgl-homepage
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70e1c8c5c9
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '70e1c8c5c9'
${ noResults }
fdgl-homepage
/
requirements.txt
9 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
app: add basic flask app Add a basic Flask "Hello World" as a starting point. Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago
flask
flask_flatpages
Add a makefile with some default targets Add some targets - make help, print some usage help. Default target - make setup to install requirements using pip (make sure to activate your virtual environment first) - make test will run the tests - make clean, just a dummy for now Add required tools for testing and code analysis to requirements.txt Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
pytest
pytest-cov
requests
pycodestyle
codecov