My backup scripts and tools
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
220 B

  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. humanfriendly = "*"
  7. wcmatch = "*"
  8. pyyaml = "*"
  9. [dev-packages]
  10. mypy = "*"
  11. types-pyyaml = "*"
  12. [requires]
  13. python_version = "3"