-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1e923cd
commit d746f59
Showing
4 changed files
with
24 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "atlasapiclient" | ||
version = "v0.1.0" | ||
|
||
version = "v0.1.0" | ||
authors = [ | ||
{name = "Heloise Stevance", email = "[email protected]"}, | ||
] | ||
|
@@ -26,7 +25,13 @@ dependencies = [ | |
|
||
# See some of the stuff I have in the hoki .toml file | ||
|
||
|
||
[tool.pytest.ini_options] | ||
markers = [ | ||
"slow: marks tests as slow", | ||
"integration: mark tests as requiring additional infrastructure", | ||
"serial", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = ["pytest"] | ||
#pdf = ["ReportLab>=1.2", "RXP"] | ||
|
Empty file.
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