Attract
Go to file
Anna Sirota 0a5c53b0d8 Pin poetry deps to work around cryptography requiring Rust issue 2021-03-18 18:50:11 +01:00
attract Updated dependencies 2019-05-14 14:33:55 +02:00
docs Docs: Fixed repository link 2018-06-27 11:16:20 +02:00
src Replaced Gravatar with self-hosted avatars 2019-05-31 17:03:45 +02:00
tests Updated dependencies 2019-05-14 14:33:55 +02:00
.gitignore Removed and gitignored poetry.lock 2019-05-23 16:23:45 +02:00
LICENSE.txt Skeleton structure of a Pillar extension. 2016-07-29 16:57:43 +02:00
deploy_docs.sh Introducing docs 📚 2017-12-12 16:48:56 +01:00
gulp Made ./gulp not always do "gulp watch". 2016-09-29 16:49:56 +02:00
gulpfile.js Converted Gulp 3.9 → 4.0, removed livereload, and fixed security issues 2019-05-31 13:48:09 +02:00
manage.py Add manage.py to run Pillar commands within the Attract repo 2017-12-13 11:19:19 +01:00
notify_attract.py Make sure that svnlook outputs UTF8. 2016-11-11 10:43:41 +01:00
package-lock.json Update gulp-sass 2020-07-23 18:45:02 +02:00
package.json Update gulp-sass 2020-07-23 18:45:02 +02:00
pyproject.toml Pin poetry deps to work around cryptography requiring Rust issue 2021-03-18 18:50:11 +01:00
readme.md README: added mention of Poetry and how to use it 2019-05-10 15:04:32 +02:00
runserver.py Renamed attract_server → attract 2016-09-07 10:04:31 +02:00
setup.cfg Remove -x as default option to py.test 2018-02-01 11:42:27 +01:00

readme.md

Attract people management extension for Pillar

This project contains Attract, a task management extension for the Pillar platform.

Development

Dependencies are managed via Poetry.

git clone git@git.blender.org:pillar-python-sdk.git ../pillar-python-sdk
git clone git@git.blender.org:pillar.git ../pillar
pip install -U --user poetry
poetry install