blob: fba981810d75ffe18de71f7da69a66003371e930 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
-r ./base.txt
ipdb # https://github.com/gotcha/ipdb
psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
pytest # https://github.com/pytest-dev/pytest
# Code quality
# ------------------------------------------------------------------------------
black # https://github.com/ambv/black
# Django
# ------------------------------------------------------------------------------
factory-boy # https://github.com/FactoryBoy/factory_boy
django-extensions==2.2.6 # https://github.com/django-extensions/django-extensions
pytest-django # https://github.com/pytest-dev/pytest-django
|