mirror of
https://github.com/BoPeng/ai-marketplace-monitor.git
synced 2025-12-23 22:28:18 -05:00
Release of version 0.9.6
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[project]
|
||||
name = "ai-marketplace-monitor"
|
||||
version = "0.9.5"
|
||||
version = "0.9.6"
|
||||
description = "An AI-based tool for monitoring facebook marketplace"
|
||||
authors = [{name = "Bo Peng", email = "ben.bob@gmail.com"}]
|
||||
authors = [{ name = "Bo Peng", email = "ben.bob@gmail.com" }]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
keywords = ["ai-marketplace-monitor"]
|
||||
@@ -63,21 +63,10 @@ test = [
|
||||
"pytest-cov>=6.0.0",
|
||||
"pytest-playwright>=0.7.0",
|
||||
]
|
||||
linters = [
|
||||
"isort>=5.13.2,<7.0.0",
|
||||
"black>=24.10,<26.0",
|
||||
"ruff>=0.9.2,<0.13.0",
|
||||
]
|
||||
security = [
|
||||
"safety>=3.2.11",
|
||||
]
|
||||
typing = [
|
||||
"mypy>=1.13.0",
|
||||
]
|
||||
docs = [
|
||||
"sphinx>=8.1.3",
|
||||
"recommonmark>=0.7.1",
|
||||
]
|
||||
linters = ["isort>=5.13.2,<7.0.0", "black>=24.10,<26.0", "ruff>=0.9.2,<0.13.0"]
|
||||
security = ["safety>=3.2.11"]
|
||||
typing = ["mypy>=1.13.0"]
|
||||
docs = ["sphinx>=8.1.3", "recommonmark>=0.7.1"]
|
||||
|
||||
[tool.coverage.paths]
|
||||
source = ["src", "*/site-packages"]
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
__author__ = """Bo Peng"""
|
||||
__email__ = "ben.bob@gmail.com"
|
||||
__version__ = "0.9.5"
|
||||
__version__ = "0.9.6"
|
||||
|
||||
@@ -13,7 +13,7 @@ from ai_marketplace_monitor.user import User
|
||||
|
||||
def test_version(version: str) -> None:
|
||||
"""Sample pytest test function with the pytest fixture as an argument."""
|
||||
assert version == "0.9.5"
|
||||
assert version == "0.9.6"
|
||||
|
||||
|
||||
def test_listing_cache(temp_cache: Cache, listing: Listing) -> None:
|
||||
|
||||
Reference in New Issue
Block a user