requirements.txt 642 B

1234567891011121314151617
  1. # =============================================================================
  2. # DEPRECATION WARNING:
  3. #
  4. # The file `requirements.txt` does not influence the package dependencies and
  5. # will not be automatically created in the next version of PyScaffold (v4.x).
  6. #
  7. # Please have look at the docs for better alternatives
  8. # (`Dependency Management` section).
  9. # =============================================================================
  10. #
  11. # Add your pinned requirements so that they can be easily installed with:
  12. # pip install -r requirements.txt
  13. # Remember to also add them in setup.cfg but unpinned.
  14. # Example:
  15. # numpy==1.13.3
  16. # scipy==1.0
  17. #