almost finished..

This commit is contained in:
CaptainNEO
2022-03-10 21:01:51 +08:00
parent c1eb1c06ea
commit 3a78fd393d
38 changed files with 2362 additions and 75 deletions

View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "drf_example"
version = "0.1.0"
description = ""
authors = ["CaptainNEO <tianpengfei@rcrai.com>"]
[tool.poetry.dependencies]
python = "^3.10"
Django = "^4.0.3"
djangorestframework = "^3.13.1"
PyYAML = "^6.0"
uritemplate = "^4.1.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"