Commit c959fb01 by lyh3024

add block

Change-Id: I8492eb81c7feccaa6142504eb3169453d017ba02
parent c2cb921c
from django.contrib import admin
# Register your models here.
from django.apps import AppConfig
class BlockConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'block'
from django.db import models
# Create your models here.
from django.test import TestCase
# Create your tests here.
from django.shortcuts import render
# Create your views here.
......@@ -55,6 +55,19 @@ url = "https://mirrors.aliyun.com/pypi/simple"
reference = "aliyun"
[[package]]
name = "et-xmlfile"
version = "1.1.0"
description = "An implementation of lxml.xmlfile for the standard library"
category = "main"
optional = false
python-versions = ">=3.6"
[package.source]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "aliyun"
[[package]]
name = "neo4j-driver"
version = "4.3.6"
description = "Neo4j Bolt driver for Python"
......@@ -104,6 +117,22 @@ url = "https://mirrors.aliyun.com/pypi/simple"
reference = "aliyun"
[[package]]
name = "openpyxl"
version = "3.0.9"
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
category = "main"
optional = false
python-versions = ">=3.6"
[package.dependencies]
et-xmlfile = "*"
[package.source]
type = "legacy"
url = "https://mirrors.aliyun.com/pypi/simple"
reference = "aliyun"
[[package]]
name = "pytz"
version = "2021.3"
description = "World timezone definitions, modern and historical"
......@@ -163,7 +192,7 @@ reference = "aliyun"
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "2f2a02ac688909905c9004c112ed5b692487d0c8e02be2e42127410b562336ef"
content-hash = "7e3c0debe01a3cb59d1db4be08f5aee72e1e18e42e53a657503474b09cd26142"
[metadata.files]
asgiref = [
......@@ -178,6 +207,10 @@ django-neomodel = [
{file = "django_neomodel-0.0.7-py3-none-any.whl", hash = "sha256:91b6514aec6bbe9a6cdab8666ec190ebc66bebb9e4a0ab27cc9e6c40c203c9d5"},
{file = "django_neomodel-0.0.7.tar.gz", hash = "sha256:3007811435ae5f5ac4562603f1b5bb3d0519941bb302c8072429da36d592eb7d"},
]
et-xmlfile = [
{file = "et_xmlfile-1.1.0-py3-none-any.whl", hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada"},
{file = "et_xmlfile-1.1.0.tar.gz", hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"},
]
neo4j-driver = [
{file = "neo4j-driver-4.3.6.tar.gz", hash = "sha256:59e16752c1bdd72b43f26786183a7b47c17e16c2ec6afd819390623988dff4ff"},
]
......@@ -188,6 +221,10 @@ neomodel = [
{file = "neomodel-4.0.7-py3-none-any.whl", hash = "sha256:2750a92f30526ed7e46888d68c52ad3ccfc79881c8ca962fc8d82b4e00adfb19"},
{file = "neomodel-4.0.7.tar.gz", hash = "sha256:50e00fd2173cd6246c6224de3e245093790db86cd3007e4c9fbdfb123425a52a"},
]
openpyxl = [
{file = "openpyxl-3.0.9-py2.py3-none-any.whl", hash = "sha256:8f3b11bd896a95468a4ab162fc4fcd260d46157155d1f8bfaabb99d88cfcf79f"},
{file = "openpyxl-3.0.9.tar.gz", hash = "sha256:40f568b9829bf9e446acfffce30250ac1fa39035124d55fc024025c41481c90f"},
]
pytz = [
{file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"},
{file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"},
......
......@@ -12,6 +12,7 @@ url = "https://mirrors.aliyun.com/pypi/simple/"
python = "^3.9"
django = "^3.2.9"
django-neomodel = "^0.0.7"
openpyxl = "^3.0.9"
[tool.poetry.dev-dependencies]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment