parent
ebfe8b6055
commit
57fc5c0070
12 changed files with 212 additions and 30 deletions
@ -0,0 +1,4 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
PROJECT_NAME = 'dokumentor' |
||||||
|
REPO = 'git@bitbucket.org:Air51/dokumentor_dev.git' |
||||||
|
BRANCH = 'develop' |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
USER = 'mitri4' |
||||||
|
PASS = '9091324913Dasha' |
||||||
|
HOSTS = ['mitri4.pro:8022'] |
||||||
@ -0,0 +1,7 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
from deploy.common import * # noqa |
||||||
|
|
||||||
|
USER = 'username' |
||||||
|
PASS = 'password' |
||||||
|
HOSTS = ['domain_name:ssh_port'] |
||||||
|
|
||||||
@ -0,0 +1,14 @@ |
|||||||
|
-r base.txt |
||||||
|
freezegun-0.3.9 |
||||||
|
mock==2.0.0 |
||||||
|
mockredispy==2.9.3 |
||||||
|
pytest-django==3.1.2 |
||||||
|
pytest-sugar==0.8.0 |
||||||
|
factory-boy==2.8.1 |
||||||
|
django-test-plus==1.0.17 |
||||||
|
Faker==0.7.15 |
||||||
|
coverage==4.4.1 |
||||||
|
pytest-flake8==0.8.1 |
||||||
|
pycodestyle==2.3.1 |
||||||
|
pyflakes==1.5.0 |
||||||
|
flake8==3.3.0 |
||||||
Loading…
Reference in new issue