Skip to content

Commit

Permalink
Merge pull request #802 from Ensembl/fix/hive-deps-110
Browse files Browse the repository at this point in the history
Recompiled dependencies to use hive default branch.
  • Loading branch information
marcoooo authored Jun 9, 2023
2 parents c7e2414 + 0851729 commit 3778645
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,36 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile requirements.in
#
attrs==22.1.0
# via pytest
certifi==2022.9.24
certifi==2023.5.7
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.1.0
# via requests
ensembl-hive @ git+https://github.com/Ensembl/ensembl-hive.git@main
ensembl-hive @ git+https://github.com/Ensembl/ensembl-hive.git
# via ensembl-py
ensembl-py @ git+https://github.com/Ensembl/ensembl-py.git
# via -r requirements.in
exceptiongroup==1.0.4
exceptiongroup==1.1.1
# via pytest
greenlet==2.0.1
greenlet==2.0.2
# via sqlalchemy
idna==3.4
# via requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
mysqlclient==2.0.3
# via
# -r requirements.in
# ensembl-py
packaging==21.3
packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
pyparsing==3.0.9
# via packaging
pytest==7.2.0
pydantic==1.10.9
# via -r requirements.in
pytest==7.3.1
# via
# ensembl-py
# pytest-dependency
Expand All @@ -42,20 +40,20 @@ python-dotenv==0.19.2
# via ensembl-py
pyyaml==6.0
# via ensembl-py
requests==2.28.1
requests==2.31.0
# via
# -r requirements.in
# ensembl-py
six==1.16.0
# via sqlalchemy-utils
sqlalchemy==1.4.44
sqlalchemy==1.4.48
# via
# -r requirements.in
# ensembl-py
# sqlalchemy-utils
sqlalchemy-utils==0.37.9
sqlalchemy-utils==0.38.3
# via ensembl-py
tomli==2.0.1
# via pytest
urllib3==1.26.12
typing-extensions==4.6.3
# via pydantic
urllib3==2.0.3
# via requests

0 comments on commit 3778645

Please sign in to comment.