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.

73 lines
1.4 KiB

2 years ago
2 years ago
  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. black = "*"
  20. pyproject-flake8 = "*"
  21. types-chardet = "*"
  22. types-requests = "*"
  23. types-waitress = "*"
  24. [packages]
  25. django = "~=3.2"
  26. django-heroku = "*"
  27. environs = "*"
  28. furl = "*"
  29. djangorestframework = "*"
  30. django-filter = "*"
  31. social-auth-app-django = "*"
  32. django-polymorphic = "*"
  33. django-cors-headers = "*"
  34. drf-yasg = "*"
  35. djangorestframework-xml = "*"
  36. apache-libcloud = "*"
  37. djangorestframework-csv = "*"
  38. django-rest-polymorphic = "*"
  39. conllu = "*"
  40. chardet = "*"
  41. colour = "*"
  42. pyexcel = "*"
  43. seqeval = "*"
  44. whitenoise = "*"
  45. dj-database-url = "*"
  46. python-jose = "*"
  47. pyexcel-xlsx = "*"
  48. lockfile = "*"
  49. gunicorn = "*"
  50. fasteners = "*"
  51. auto-labeling-pipeline = "*"
  52. dj-rest-auth = "*"
  53. django-drf-filepond = "*"
  54. celery = "~=5.2"
  55. django-celery-results = "*"
  56. sqlalchemy = "*"
  57. waitress = "*"
  58. django-health-check = "*"
  59. [requires]
  60. python_version = "3.8"
  61. [scripts]
  62. isort = "isort api -c --skip migrations"
  63. flake8 = "pflake8 --filename \"*.py\" --extend-exclude \"*/migrations\""
  64. black = "black --check ."
  65. mypy = "mypy ."
  66. wait_for_db = "python manage.py wait_for_db"
  67. test = "python manage.py test --pattern=\"test*.py\""
  68. migrate = "python manage.py migrate"
  69. collectstatic = "python manage.py collectstatic --noinput"