comparison pyproject.toml @ 118:418050704a42

fix tests
author drewp@bigasterisk.com
date Tue, 23 May 2023 19:43:57 -0700
parents 489e341f765d
children 6443cb265a2f
comparison
equal deleted inserted replaced
117:e5195c05fe5a 118:418050704a42
4 description = "" 4 description = ""
5 authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] 5 authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }]
6 license = "MIT" 6 license = "MIT"
7 dependencies = [ 7 dependencies = [
8 'rdflib', 8 'rdflib',
9 'autobahn', 9 'autobahn>=23.1.2',
10 "prometheus-client>=0.13.1", 10 "prometheus-client>=0.13.1",
11 "starlette-exporter>=0.12.0", 11 "starlette-exporter>=0.12.0",
12 "asyncinotify>=2.0.2", 12 "asyncinotify>=4.0.2",
13 "aiohttp>=3.8.1", 13 "aiohttp>=3.8.1",
14 ] 14 ]
15 requires-python = ">=3.9" 15 requires-python = ">=3.10"
16 16
17 [project.urls] 17 [project.urls]
18 Homepage = "" 18 Homepage = ""
19 19
20 # url='https://projects.bigasterisk.com/rdfdb/rdfdb-0.21.0.tar.gz', 20 # url='https://projects.bigasterisk.com/rdfdb/rdfdb-0.21.0.tar.gz',
27 "flake8>=4.0.1", 27 "flake8>=4.0.1",
28 "yapf>=0.32.0", 28 "yapf>=0.32.0",
29 "pytest>=7.1.1", 29 "pytest>=7.1.1",
30 "pytest-watcher>=0.2.3", 30 "pytest-watcher>=0.2.3",
31 "mock", 31 "mock",
32 "pytest-asyncio>=0.18.3", 32 "pytest-asyncio>=0.21.0",
33 "pydeps>=1.10.18", 33 "pydeps>=1.10.18",
34 ] 34 ]
35 35
36 [build-system] 36 [build-system]
37 requires = ["pdm-pep517>=0.12.0"] 37 requires = ["pdm-pep517>=0.12.0"]