Skip to content

Commit 5bcf24a

Browse files
authored
Update README.md
1 parent 80de3a7 commit 5bcf24a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Ninja Schema converts your Django ORM models to Pydantic schemas with more Pydan
1111
**Inspired by**: [django-ninja](https://django-ninja.rest-framework.com/) and [djantic](https://jordaneremieff.github.io/djantic/)
1212

1313
### Requirements
14-
Python >= 3.6, django >= 2.1, pydantic >= 1.6
14+
Python >= 3.6
15+
django >= 2.1
16+
pydantic >= 1.6
1517

1618
**Key features:**
1719
- **Custom Field Support**: Ninja Schema converts django model to native pydantic types which gives you quick field validation out of the box. eg Enums, email, IPAddress, URLs, JSON, etc

0 commit comments

Comments
 (0)