Skip to content

Commit a8ecfa8

Browse files
committed
Migrated to python-makelib >= 1.1.0
1 parent 5ae226b commit a8ecfa8

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

Makefile

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
PKG = yhttp.ext.dbmanager
1+
PKG_NAMESPACE = yhttp.ext.dbmanager
22
PKG_NAME = yhttp-dbmanager
3+
PYDEPS_COMMON = \
4+
'coveralls' \
5+
'bddrest >= 4, < 5' \
6+
'bddcli >= 2.5.1, < 3' \
7+
'yhttp-dev >= 3.1.2'
8+
9+
310
include make/common.mk
4-
include make/test.mk
11+
include make/venv.mk
12+
include make/install.mk
13+
include make/lint.mk
14+
include make/dist.mk
515
include make/pypi.mk
16+
include make/test.mk

requirements-ci.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

requirements-dev.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)