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 393B

1234567891011121314151617181920212223
  1. [[source]]
  2. url = "https://pypi.python.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. googlesearch-python = "==1.0.1"
  7. newspaper3k = "*"
  8. asyncio = "*"
  9. asyncio-channel = "*"
  10. aiofiles = "*"
  11. fastapi = "*"
  12. python-multipart = "*"
  13. uvicorn = { version = "*", extras = ["standard"] }
  14. jinja2 = "*"
  15. aiofile = "*"
  16. httpx = "==0.18"
  17. requests = "*"
  18. [dev-packages]
  19. [requires]
  20. python_version = "3.9"