5 changed files with 33 additions and 17 deletions
@ -1,15 +1,3 @@
@@ -1,15 +1,3 @@
|
||||
django<2.2 |
||||
django-environ ==0.4.5 # https://github.com/joke2k/django-environ |
||||
git+https://forge.cliss21.org/cliss21/django-basket-c21.git@2to3#egg=django-basket-c21 |
||||
#-e git+ssh://gitea@forge.cliss21.org:222/cliss21/django-basket-c21.git@2to3#egg=django-basket-c21 |
||||
|
||||
|
||||
# Testing |
||||
# ------------------------------------------------------------------------------ |
||||
pytest # https://github.com/pytest-dev/pytest |
||||
pytest-sugar # https://github.com/Frozenball/pytest-sugar |
||||
django-debug-toolbar |
||||
pytest-cov |
||||
pytest-django # https://github.com/pytest-dev/pytest-django |
||||
isort |
||||
# |
||||
# This file is here because many Platforms as a Service look for |
||||
# requirements.txt in the root directory of a project. |
||||
-r requirements/production.txt |
||||
|
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
django<2.2 |
||||
django-environ ==0.4.5 # https://github.com/joke2k/django-environ |
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
-r base.txt |
||||
|
||||
# Base dependancy (editable form) |
||||
-e git+ssh://gitea@forge.cliss21.org:222/cliss21/django-basket-c21.git@2to3#egg=django-basket-c21 |
||||
|
||||
# Testing |
||||
# ------------------------------------------------------------------------------ |
||||
pytest # https://github.com/pytest-dev/pytest |
||||
pytest-sugar # https://github.com/Frozenball/pytest-sugar |
||||
|
||||
# Code quality |
||||
# ------------------------------------------------------------------------------ |
||||
flake8 >=3.5.0 # https://github.com/pycqa/flake8 |
||||
isort # https://github.com/timothycrosley/isort |
||||
pytest-cov # https://github.com/pytest-dev/pytest-cov |
||||
|
||||
# Django |
||||
# ------------------------------------------------------------------------------ |
||||
django-debug-toolbar # https://github.com/jazzband/django-debug-toolbar |
||||
django-extensions # https://github.com/django-extensions/django-extensions |
||||
|
||||
# factory-boy >=2.11.0 # https://github.com/FactoryBoy/factory_boy |
||||
pytest-django # https://github.com/pytest-dev/pytest-django |
Loading…
Reference in new issue