requirements-dev.txt 248 B

123456789101112131415161718
  1. # Development Dependencies
  2. -r requirements.txt
  3. # Additional Development Tools
  4. jupyter==1.0.0
  5. notebook==7.0.6
  6. ipython==8.18.1
  7. # API Testing
  8. newman==0.0.1
  9. # Documentation
  10. mkdocs==1.5.3
  11. mkdocs-material==9.4.8
  12. # Performance Testing
  13. locust==2.17.0