Skip to content

Commit

Permalink
Merge pull request #681 from mdhaman/1.28
Browse files Browse the repository at this point in the history
Update Dependencies
  • Loading branch information
Mayur Dhamanwala authored Mar 7, 2019
2 parents 1382586 + 262d087 commit 74af48f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "GPL-3.0",
"dependencies": {
"superdesk-core": "superdesk/superdesk-client-core#4bc095a7",
"superdesk-planning": "superdesk/superdesk-planning#79b53ff",
"superdesk-planning": "superdesk/superdesk-planning#03165df",
"superdesk-analytics": "superdesk/superdesk-analytics#ea2ae6e"
}
}
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ gtfs-realtime-bindings==0.0.5
protobuf3-to-dict==0.1.5

git+git://github.com/superdesk/superdesk-core.git@6bc7391a#egg=Superdesk-Core
git+git://github.com/superdesk/superdesk-planning.git@79b53ff#egg=superdesk-planning
git+git://github.com/superdesk/superdesk-planning.git@03165df#egg=superdesk-planning
git+git://github.com/superdesk/superdesk-analytics.git@ea2ae6e#egg=superdesk-analytics
2 changes: 2 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,5 @@ def env(variable, fallback_value=None):
VICTORIAN_TRANSPORT_SIGNATURE = env('VICTORIAN_TRANSPORT_SIGNATURE', '')

QLD_TRAFFIC_API_KEY = env('QLD_TRAFFIC_API_KEY', '')

PLANNING_AUTO_ASSIGN_TO_WORKFLOW = strtobool(env('PLANNING_AUTO_ASSIGN_TO_WORKFLOW', 'false'))

0 comments on commit 74af48f

Please sign in to comment.