From b290bab1dd103c21d0625678f4f72cf584f3f299 Mon Sep 17 00:00:00 2001 From: rokostik Date: Wed, 24 Jan 2024 17:26:56 +0100 Subject: [PATCH 1/2] bump to 0.0.3 --- example/requirements.txt | 3 +-- pyproject.toml | 8 +------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/example/requirements.txt b/example/requirements.txt index 9a4f8f9..9002218 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -2,5 +2,4 @@ fastapi==0.101.1 uvicorn==0.26.0 jinja2==3.1.3 python-multipart==0.0.6 -# todo replace with friendly-captcha-client==0.0.2 once published --e ./.. +friendly-captcha-client=0.0.2 diff --git a/pyproject.toml b/pyproject.toml index 417b721..cdfaf34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "friendly-captcha-client" -version = "0.0.2" +version = "0.0.3-dev" description = "A client for Friendly Captcha." authors = [ "Antal Nagy ", @@ -23,9 +23,3 @@ pydantic = "2.1.1" [tool.poetry.dev-dependencies] pytest = "7.4.0" requests-mock = "1.11.0" - -[build] -exclude = [ - "examples/*", - "integration_tests/*", -] From 5eedc3648fbd8c9a22d7a2442d6e9c9218a0acc3 Mon Sep 17 00:00:00 2001 From: rokostik Date: Wed, 24 Jan 2024 17:30:36 +0100 Subject: [PATCH 2/2] fix typo --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 9002218..c080d91 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -2,4 +2,4 @@ fastapi==0.101.1 uvicorn==0.26.0 jinja2==3.1.3 python-multipart==0.0.6 -friendly-captcha-client=0.0.2 +friendly-captcha-client==0.0.2