Skip to content

Commit

Permalink
Recipe for pydantic (#2480)
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeMarch authored Aug 8, 2021
1 parent 19e1e27 commit 505c3df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pythonforandroid/recipes/pydantic/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from pythonforandroid.recipe import PythonRecipe


class PydanticRecipe(PythonRecipe):
version = '1.8.2'
url = 'https://github.com/samuelcolvin/pydantic/archive/refs/tags/v{version}.zip'
depends = ['setuptools']
python_depends = ['Cython', 'devtools', 'email-validator', 'dataclasses', 'typing-extensions', 'python-dotenv']
call_hostpython_via_targetpython = False


recipe = PydanticRecipe()

0 comments on commit 505c3df

Please sign in to comment.