Skip to content

Commit 2e73216

Browse files
authored
Merge pull request #134 from DistributedScience/plugin_support
Add better support for plugins
2 parents ada57b3 + c4008f5 commit 2e73216

File tree

5 files changed

+417
-317
lines changed

5 files changed

+417
-317
lines changed

config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@
4242

4343
# PLUGINS
4444
USE_PLUGINS = 'False'
45+
UPDATE_PLUGINS = 'False'
46+
PLUGINS_COMMIT = '' # What commit or version tag do you want to check out?
47+
INSTALL_REQUIREMENTS = 'False'
48+
REQUIREMENTS_FILE = '' # Path within the plugins repo to a requirements file

0 commit comments

Comments
 (0)