Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
teemukataja authored Jun 16, 2022
2 parents 8033c15 + 5295f44 commit 7c9df64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Cython==0.29.30
cyvcf2==0.30.15
uvloop==0.16.0
aiocache==0.11.1
ujson==5.2.0
ujson==5.3.0
Authlib==1.0.1
gunicorn==20.1.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"uvloop==0.16.0",
"cyvcf2==0.30.15",
"aiocache==0.11.1",
"ujson==5.2.0",
"ujson==5.3.0",
],
extras_require={
"vcf": [
"numpy==1.22.3",
"numpy==1.22.4",
"cyvcf2==0.30.15",
"Cython==0.29.30",
],
"test": [
"coverage==6.3.3",
"coverage==6.4",
"pytest<7.2",
"pytest-cov==3.0.0",
"testfixtures==6.18.5",
Expand Down

0 comments on commit 7c9df64

Please sign in to comment.