-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV-1855: remove rc tags deps (#407)
Removes dependencies on rc tags
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ cryptography==3.4.8 | |
# via gdc-ng-models | ||
decorator==5.1.1 | ||
# via gdcdatamodel (setup.py) | ||
gdc-ng-models @ git+https://github.com/NCI-GDC/[email protected]-rc.2 | ||
gdc-ng-models @ git+https://github.com/NCI-GDC/[email protected] | ||
# via gdcdatamodel (setup.py) | ||
gdcdictionary @ git+https://github.com/NCI-GDC/[email protected]-rc.1 | ||
gdcdictionary @ git+https://github.com/NCI-GDC/[email protected] | ||
# via gdcdatamodel (setup.py) | ||
graphviz==0.19.1 | ||
# via gdcdatamodel (setup.py) | ||
|
@@ -26,7 +26,7 @@ jsonschema==3.2.0 | |
# via | ||
# gdcdatamodel (setup.py) | ||
# gdcdictionary | ||
psqlgraph @ git+https://github.com/NCI-GDC/[email protected]-rc.1 | ||
psqlgraph @ git+https://github.com/NCI-GDC/[email protected] | ||
# via gdcdatamodel (setup.py) | ||
psycopg2==2.9.6 | ||
# via | ||
|
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 |
---|---|---|
|
@@ -14,9 +14,9 @@ | |
"jsonschema", | ||
"pyrsistent", | ||
"decorator", | ||
"gdcdictionary @ git+https://github.com/NCI-GDC/[email protected]-rc.1#egg=gdcdictionary", | ||
"gdc-ng-models @ git+https://github.com/NCI-GDC/[email protected]-rc.2#egg=gdc-ng-models", | ||
"psqlgraph @ git+https://github.com/NCI-GDC/[email protected]-rc.1#egg=psqlgraph", | ||
"gdcdictionary @ git+https://github.com/NCI-GDC/[email protected]#egg=gdcdictionary", | ||
"gdc-ng-models @ git+https://github.com/NCI-GDC/[email protected]#egg=gdc-ng-models", | ||
"psqlgraph @ git+https://github.com/NCI-GDC/[email protected]#egg=psqlgraph", | ||
], | ||
package_data={ | ||
"gdcdatamodel": [ | ||
|