Skip to content

Commit

Permalink
Merge pull request #358 from NCI-GDC/chore/final-avery-tags
Browse files Browse the repository at this point in the history
final tags
  • Loading branch information
scintillating7 committed May 11, 2021
2 parents 0c176f5 + 2641651 commit 3353323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
attrs==19.3.0
# via jsonschema
git+https://github.com/NCI-GDC/gdc-ng-models.git@1.5.2-rc.5#egg=gdc-ng-models
git+https://github.com/NCI-GDC/gdc-ng-models.git@1.5.2#egg=gdc-ng-models
# via gdcdatamodel (setup.py)
git+https://github.com/NCI-GDC/gdcdictionary.git@2.3.1-rc.0#egg=gdcdictionary
git+https://github.com/NCI-GDC/gdcdictionary.git@2.3.1#egg=gdcdictionary
# via gdcdatamodel (setup.py)
graphviz==0.4.10
# via gdcdatamodel (setup.py)
Expand All @@ -18,7 +18,7 @@ jsonschema==3.2.0
# via
# gdcdatamodel (setup.py)
# gdcdictionary
git+https://github.com/NCI-GDC/psqlgraph.git@3.1.0-rc.3#egg=psqlgraph
git+https://github.com/NCI-GDC/psqlgraph.git@3.1.0#egg=psqlgraph
# via gdcdatamodel (setup.py)
psycopg2==2.8.5
# via psqlgraph
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"pytz~=2020.1",
"graphviz==0.4.10",
"jsonschema~=3.2",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.3.1-rc.0#egg=gdcdictionary",
"gdc-ng-models @ git+https://github.com/NCI-GDC/gdc-ng-models.git@1.5.2-rc.5#egg=gdc-ng-models",
"psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@3.1.0-rc.3#egg=psqlgraph",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.3.1#egg=gdcdictionary",
"gdc-ng-models @ git+https://github.com/NCI-GDC/gdc-ng-models.git@1.5.2#egg=gdc-ng-models",
"psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@3.1.0#egg=psqlgraph",
],
extras_require={
'python_version == "2.7"': [
Expand Down

0 comments on commit 3353323

Please sign in to comment.