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.

64 lines
1.3 KiB

  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. watchdog = "*"
  18. argh = "*"
  19. [packages]
  20. django = "*"
  21. django-heroku = "*"
  22. environs = "*"
  23. furl = "*"
  24. djangorestframework = "*"
  25. django-filter = "*"
  26. social-auth-app-django = "*"
  27. django-polymorphic = "*"
  28. django-cors-headers = "*"
  29. drf-yasg = "*"
  30. djangorestframework-xml = "*"
  31. apache-libcloud = "*"
  32. djangorestframework-csv = "*"
  33. django-rest-polymorphic = "*"
  34. conllu = "*"
  35. chardet = "*"
  36. colour = "*"
  37. pyexcel = "*"
  38. seqeval = "*"
  39. whitenoise = "*"
  40. dj-database-url = "*"
  41. python-jose = "*"
  42. pyexcel-xlsx = "*"
  43. lockfile = "*"
  44. gunicorn = "*"
  45. fasteners = "*"
  46. auto-labeling-pipeline = "*"
  47. dj-rest-auth = "*"
  48. django-drf-filepond = "*"
  49. celery = "*"
  50. django-celery-results = "*"
  51. sqlalchemy = "*"
  52. [requires]
  53. python_version = "3.8"
  54. [scripts]
  55. isort = "isort api -c --skip migrations"
  56. flake8 = "flake8 --filename \"*.py\" --extend-exclude \"server,api/migrations,api/views/__init__.py,authentification,api/apps.py\""
  57. wait_for_db = "python manage.py wait_for_db"
  58. test = "python manage.py test api.tests"
  59. migrate = "python manage.py migrate"
  60. collectstatic = "python manage.py collectstatic --noinput"