Pipfile 267 B

12345678910111213141516
  1. [[source]]
  2. name = "pypi"
  3. url = "https://mirrors.aliyun.com/pypi/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. djangorestframework = "*"
  8. mysqlclient = "*"
  9. djangorestframework-bulk = "*"
  10. django-filter = "*"
  11. django-mysql = "*"
  12. [requires]
  13. python_version = "3.7"