-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from ITC-CRIB/release-v0.4.0
Release v0.4.0
- Loading branch information
Showing
3 changed files
with
4 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "fairly" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = [ | ||
{ name="Serkan Girgin", email="[email protected]" }, | ||
{ name="Manuel Garcia Alvarez", email="[email protected]" }, | ||
|
@@ -17,7 +17,7 @@ dependencies = [ | |
"python-dateutil", | ||
"requests", | ||
"requests_toolbelt", | ||
"ruamel.yaml", | ||
"ruamel.yaml>=0.17.26", | ||
"typer>=0.9.0", | ||
"rich" | ||
] | ||
|
@@ -27,10 +27,7 @@ keywords = ["fairly", "open science", "research data", "data management"] | |
dev = [ | ||
"pytest", | ||
"pytest-cov", | ||
# "pytest-recording", | ||
"python-dotenv" | ||
# FIXME: Patches used by vcrpy is not compatible with the latest urllib3 | ||
# "vcrpy" | ||
] | ||
|
||
[project.urls] | ||
|