Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
137cf17e
Verified
Commit
137cf17e
authored
10 months ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
Add dependencies to setup.py
parent
6bc81672
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!211
Feature/add sharepoint service
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gso/settings.py
+1
-1
1 addition, 1 deletion
gso/settings.py
setup.py
+2
-0
2 additions, 0 deletions
setup.py
with
3 additions
and
1 deletion
gso/settings.py
+
1
−
1
View file @
137cf17e
...
...
@@ -11,7 +11,7 @@ import os
from
pathlib
import
Path
from
typing
import
Annotated
from
pydantic
import
Field
,
HttpUrl
from
pydantic
import
Field
from
pydantic_forms.types
import
UUIDstr
from
pydantic_settings
import
BaseSettings
from
typing_extensions
import
Doc
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
0
View file @
137cf17e
...
...
@@ -18,6 +18,8 @@ setup(
"
pynetbox==7.3.3
"
,
"
celery-redbeat==2.2.0
"
,
"
celery==5.3.6
"
,
"
azure-identity==1.16.0
"
,
"
msgraph-sdk==1.2.0
"
,
],
include_package_data
=
True
,
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment