Pipfile 290 B

1234567891011121314151617
  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. mysqlclient = "*"
  8. djangorestframework = "*"
  9. djangorestframework-bulk = "*"
  10. django-filters = "*"
  11. django-filter = "*"
  12. django-mptt = "*"
  13. [requires]
  14. python_version = "3.7"