We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4968b3 commit 6d8a106Copy full SHA for 6d8a106
integration-tests/pyproject.toml
@@ -1,13 +1,11 @@
1
[tool.poetry]
2
-name = "open-api-test-server-client"
+name = "integration-tests"
3
version = "0.0.1"
4
description = "A client library for accessing OpenAPI Test Server"
5
-
6
authors = []
7
8
readme = "README.md"
9
packages = [
10
- {include = "open_api_test_server_client"},
+ {include = "integration_tests"},
11
]
12
include = ["CHANGELOG.md", "open_api_test_server_client/py.typed"]
13
@@ -17,9 +15,9 @@ httpx = ">=0.15.4,<0.22.0"
17
15
attrs = ">=20.1.0,<22.0.0"
18
16
python-dateutil = "^2.8.0"
19
20
21
[tool.poetry.dev-dependencies]
22
pytest = "^6.2.5"
+
23
[build-system]
24
requires = ["poetry>=1.0"]
25
build-backend = "poetry.masonry.api"
0 commit comments