Pipfile 248 B

123456789101112131415
  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. [requires]
  12. python_version = "3.7"