requirements-dev.txt 284 B

1234567891011
  1. Babel
  2. # Dependency of flake8
  3. # https://github.com/jaraco/configparser/issues/27
  4. # https://github.com/jaraco/configparser/issues/30
  5. configparser!=3.5.2,!=3.5.3,!=3.7.0
  6. docker>=3.7.0,<3.8.0
  7. flake8>=3.5.0,<3.6.0
  8. isort>=4.3.4,<4.4.0
  9. pycodestyle>=2.3.1,<2.4.0
  10. sentry-flake8>=0.1.0,<0.2.0