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.

Pipfile 180B

12345678910111213
  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. requests = "*"
  7. "mastodon.py" = "*"
  8. [dev-packages]
  9. [requires]
  10. python_version = "3.8"