-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create script to migrate SemanticDomains lists in the CombineDatabase (…
- Loading branch information
Showing
6 changed files
with
239 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ jinja2-base64-filters | |
humanfriendly | ||
kubernetes | ||
pyopenssl | ||
pymongo | ||
|
||
# Kubernetes Installation. | ||
pyyaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
humanfriendly | ||
kubernetes | ||
pyopenssl | ||
pymongo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,66 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.10 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
cachetools==5.2.0 | ||
# via google-auth | ||
certifi==2022.9.24 | ||
# via | ||
# kubernetes | ||
# requests | ||
cffi==1.15.1 | ||
# via cryptography | ||
charset-normalizer==2.1.1 | ||
# via requests | ||
cryptography==38.0.1 | ||
# via pyopenssl | ||
google-auth==2.11.1 | ||
# via kubernetes | ||
humanfriendly==10.0 | ||
kubernetes==18.20.0 | ||
pyopenssl==21.0.0 | ||
# via -r requirements.in | ||
idna==3.4 | ||
# via requests | ||
kubernetes==24.2.0 | ||
# via -r requirements.in | ||
oauthlib==3.2.1 | ||
# via requests-oauthlib | ||
pyasn1==0.4.8 | ||
# via | ||
# pyasn1-modules | ||
# rsa | ||
pyasn1-modules==0.2.8 | ||
# via google-auth | ||
pycparser==2.21 | ||
# via cffi | ||
pymongo==4.2.0 | ||
# via -r requirements.in | ||
pyopenssl==22.1.0 | ||
# via -r requirements.in | ||
python-dateutil==2.8.2 | ||
# via kubernetes | ||
pyyaml==6.0 | ||
# via kubernetes | ||
requests==2.28.1 | ||
# via | ||
# kubernetes | ||
# requests-oauthlib | ||
requests-oauthlib==1.3.1 | ||
# via kubernetes | ||
rsa==4.9 | ||
# via google-auth | ||
six==1.16.0 | ||
# via | ||
# google-auth | ||
# kubernetes | ||
# python-dateutil | ||
urllib3==1.26.12 | ||
# via | ||
# kubernetes | ||
# requests | ||
websocket-client==1.4.1 | ||
# via kubernetes | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
Oops, something went wrong.