Codebase list python-webargs / debian/4.0.0-0kali3 dev-requirements.txt
debian/4.0.0-0kali3

Tree @debian/4.0.0-0kali3 (Download .tar.gz)

dev-requirements.txt @debian/4.0.0-0kali3raw · history · blame

# Requirements
marshmallow

# Task running
invoke==1.1.0

# Testing
pytest==3.6.3
tox==3.1.2
mock==2.0.0
webtest==2.0.30

# Web frameworks
Flask>=0.10.1
Django>=1.6.5
bottle>=0.12.10
tornado>=4.0
pyramid>=1.5.2
webapp2>=3.0.0b1
falcon>=0.3.0

# Pre-commit hooks (runs black)
pre-commit==1.10.3

# Syntax checking
flake8==3.5.0

# Install this package in development mode
-e '.'