blob: ac8007c0633751a7770a476beefd62ca9cd8249d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
-r ./base.txt
ipdb # https://github.com/gotcha/ipdb
psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
pytest==5.4.2 # https://github.com/pytest-dev/pytest
selenium==3.141.0
# Code quality
# ------------------------------------------------------------------------------
black # https://github.com/ambv/black
django_pdb
# Django
# ------------------------------------------------------------------------------
factory-boy==3.0.1 # 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
|