Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
dev.txt 210 B
# Everything the developer needs in addition to the production requirements
-r prod.txt

# Testing
pytest
webtest
factory-boy==2.4.0

# Management script
Flask-Script

# Debug toolbar
Flask-DebugToolbar==0.9.0