Skip to content

Commit 849266e

Browse files
Merge pull request #78 from Ensembl/jalvarez/v2.0.1
Bugfix documentation and remove dependency to ensembl-hive
2 parents dfd7dc9 + cacf6f7 commit 849266e

File tree

5 files changed

+12
-186
lines changed

5 files changed

+12
-186
lines changed

docs/code_of_conduct.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
6+
# Code of Conduct
7+
8+
The Ensembl project is built on a foundation of collaboration, mutual respect and equality with a diverse and global community. We do not condone discrimination or abusive behaviour of any form. We encourage participation and engagement for everyone, in a professional manner, and wish all members of our community to adhere to the same principles.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ classifiers = [
4343
"Topic :: Software Development :: Libraries :: Python Modules",
4444
]
4545
dependencies = [
46-
"ensembl-hive @ git+https://github.com/Ensembl/ensembl-hive.git",
47-
"mysqlclient >= 1.4.6, < 2.3.0",
48-
"requests >= 2.22.0",
4946
"sqlalchemy ~= 1.4.0",
5047
]
5148

@@ -76,6 +73,7 @@ dev = [
7673
docs = [
7774
"mkdocs >= 1.5.3",
7875
"mkdocs-autorefs",
76+
"mkdocs-coverage",
7977
"mkdocs-gen-files",
8078
"mkdocs-literate-nav",
8179
"mkdocs-material",
@@ -84,6 +82,9 @@ docs = [
8482
"mkdocstrings",
8583
"mkdocstrings-python",
8684
]
85+
mysql = [
86+
"mysqlclient >= 1.4.6, < 2.3.0",
87+
]
8788

8889
[project.urls]
8990
Homepage = "https://www.ensembl.org"

src/python/ensembl/hive/HiveRESTClient.py

Lines changed: 0 additions & 120 deletions
This file was deleted.

src/python/ensembl/hive/__init__.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/python/tests/hive/test_rest.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)