Skip to content

Commit

Permalink
Added imio.helpers as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Jan 12, 2022
1 parent d5b9e9d commit cb86cb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ all: run

.PHONY: bootstrap buildout run test cleanall
bootstrap:
virtualenv-2.7 .
./bin/python bootstrap.py
if command -v python2 >/dev/null && command -v virtualenv; then virtualenv -p python2 . ; elif command -v virtualenv-2.7; then virtualenv-2.7 . ;fi
bin/pip install -r requirements.txt

buildout:
if ! test -f bin/buildout;then make bootstrap;fi
Expand Down
3 changes: 2 additions & 1 deletion buildout.d/versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ coverage = 5.3.1
ipdb = 0.11
ipython = 5.7.0
traitlets = 4.3.3
isort = 4.3.21
isort = 4.3.21
zc.lockfile = 1.4
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
zip_safe=False,
install_requires=[
"plone.api",
"imio.helpers>=0.52",
"setuptools",
],
extras_require={
Expand Down

0 comments on commit cb86cb1

Please sign in to comment.