dev.txt 327 B

123456789101112131415161718
  1. # Everything the developer needs in addition to the production requirements
  2. -r prod.txt
  3. # Testing
  4. pytest==4.1.0
  5. WebTest==2.0.32
  6. factory-boy==2.11.1
  7. # Lint and code style
  8. flake8==3.6.0
  9. # flake8-debugger==3.1.0
  10. flake8-docstrings==1.3.0
  11. flake8-isort==2.6.0
  12. flake8-quotes==1.0.0
  13. isort==4.3.4
  14. pep8-naming==0.7.0
  15. # pysqlite==2.8.3