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.

54 lines
971 B

  1. [[source]]
  2. name = "pypi"
  3. url = "https://pypi.org/simple"
  4. verify_ssl = true
  5. [dev-packages]
  6. model-mommy = "*"
  7. unittest-xml-reporting = "*"
  8. vcrpy = "*"
  9. vcrpy-unittest = "*"
  10. coverage = "*"
  11. flake8 = "*"
  12. isort = "*"
  13. pytest = "*"
  14. autopep8 = "*"
  15. pytest-cov = "*"
  16. mypy = "*"
  17. [packages]
  18. django = "*"
  19. django-heroku = "*"
  20. environs = "*"
  21. furl = "*"
  22. djangorestframework = "*"
  23. django-filter = "*"
  24. social-auth-app-django = "*"
  25. django-polymorphic = "*"
  26. django-cors-headers = "*"
  27. drf-yasg = "*"
  28. djangorestframework-xml = "*"
  29. apache-libcloud = "*"
  30. djangorestframework-csv = "*"
  31. django-rest-polymorphic = "*"
  32. conllu = "*"
  33. chardet = "*"
  34. colour = "*"
  35. pyexcel = "*"
  36. seqeval = "*"
  37. whitenoise = "*"
  38. dj-database-url = "*"
  39. python-jose = "*"
  40. pyexcel-xlsx = "*"
  41. lockfile = "*"
  42. gunicorn = "*"
  43. fasteners = "*"
  44. [requires]
  45. python_version = "3.8"
  46. [scripts]
  47. isort = "isort . -c"
  48. wait_for_db = "python manage.py wait_for_db"
  49. test = "python manage.py test api.tests"
  50. migrate = "python manage.py migrate"