mirror of
https://github.com/fastapi-admin/fastapi-admin.git
synced 2026-02-04 11:33:25 +08:00
add deps
This commit is contained in:
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2021-05-05 14:09+0800\n"
|
||||
"POT-Creation-Date: 2021-05-24 21:16+0800\n"
|
||||
"PO-Revision-Date: 2021-04-16 22:46+0800\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en_US\n"
|
||||
@@ -18,31 +18,35 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.9.1\n"
|
||||
|
||||
#: fastapi_admin/resources.py:75
|
||||
#: fastapi_admin/resources.py:99
|
||||
msgid "create"
|
||||
msgstr "Create"
|
||||
|
||||
#: fastapi_admin/resources.py:120
|
||||
msgid "update"
|
||||
msgstr "Update"
|
||||
|
||||
#: fastapi_admin/resources.py:76
|
||||
#: fastapi_admin/resources.py:122
|
||||
msgid "delete"
|
||||
msgstr "Delete"
|
||||
|
||||
#: fastapi_admin/resources.py:81
|
||||
#: fastapi_admin/resources.py:128
|
||||
msgid "delete_selected"
|
||||
msgstr "Delete Selected"
|
||||
|
||||
#: fastapi_admin/providers/login.py:68
|
||||
#: fastapi_admin/providers/login.py:90
|
||||
msgid "login_failed"
|
||||
msgstr "Login to your account failed"
|
||||
|
||||
#: fastapi_admin/providers/login.py:152
|
||||
#: fastapi_admin/providers/login.py:161
|
||||
msgid "confirm_password_different"
|
||||
msgstr "Password is different"
|
||||
|
||||
#: fastapi_admin/providers/login.py:187 fastapi_admin/routes/password.py:38
|
||||
#: fastapi_admin/providers/login.py:196
|
||||
msgid "old_password_error"
|
||||
msgstr "Old password error"
|
||||
|
||||
#: fastapi_admin/providers/login.py:189 fastapi_admin/routes/password.py:40
|
||||
#: fastapi_admin/providers/login.py:198
|
||||
msgid "new_password_different"
|
||||
msgstr "New password is different"
|
||||
|
||||
@@ -60,19 +64,6 @@ msgstr "Save and add another"
|
||||
msgid "return"
|
||||
msgstr "Return"
|
||||
|
||||
#: fastapi_admin/templates/layout.html:68
|
||||
msgid "welcome"
|
||||
msgstr "Welcome"
|
||||
|
||||
#: fastapi_admin/templates/layout.html:73
|
||||
#: fastapi_admin/templates/password.html:6
|
||||
msgid "update_password"
|
||||
msgstr "Update password"
|
||||
|
||||
#: fastapi_admin/templates/layout.html:76
|
||||
msgid "logout"
|
||||
msgstr "Logout"
|
||||
|
||||
#: fastapi_admin/templates/list.html:13
|
||||
msgid "show"
|
||||
msgstr "Show"
|
||||
@@ -81,87 +72,31 @@ msgstr "Show"
|
||||
msgid "entries"
|
||||
msgstr ""
|
||||
|
||||
#: fastapi_admin/templates/list.html:40
|
||||
#: fastapi_admin/templates/list.html:33
|
||||
msgid "search"
|
||||
msgstr "Search"
|
||||
|
||||
#: fastapi_admin/templates/list.html:53
|
||||
#: fastapi_admin/templates/list.html:46
|
||||
msgid "bulk_actions"
|
||||
msgstr "Bulk Actions"
|
||||
|
||||
#: fastapi_admin/templates/list.html:84
|
||||
msgid "create"
|
||||
msgstr "Create"
|
||||
|
||||
#: fastapi_admin/templates/list.html:132
|
||||
#: fastapi_admin/templates/list.html:128
|
||||
msgid "actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#: fastapi_admin/templates/list.html:163
|
||||
#: fastapi_admin/templates/list.html:159
|
||||
#, python-format
|
||||
msgid "Showing %(from)s to %(to)s of %(total)s entries"
|
||||
msgstr ""
|
||||
|
||||
#: fastapi_admin/templates/list.html:174
|
||||
#: fastapi_admin/templates/list.html:170
|
||||
msgid "prev_page"
|
||||
msgstr "Prev"
|
||||
|
||||
#: fastapi_admin/templates/list.html:195
|
||||
#: fastapi_admin/templates/list.html:191
|
||||
msgid "next_page"
|
||||
msgstr "Next"
|
||||
|
||||
#: fastapi_admin/templates/login.html:40
|
||||
msgid "username"
|
||||
msgstr "Username"
|
||||
|
||||
#: fastapi_admin/templates/login.html:45
|
||||
msgid "login_username_placeholder"
|
||||
msgstr "Enter username"
|
||||
|
||||
#: fastapi_admin/templates/login.html:50
|
||||
msgid "password"
|
||||
msgstr "Password"
|
||||
|
||||
#: fastapi_admin/templates/login.html:55
|
||||
msgid "login_password_placeholder"
|
||||
msgstr "Enter password"
|
||||
|
||||
#: fastapi_admin/templates/login.html:71
|
||||
msgid "remember_me"
|
||||
msgstr "Remember me"
|
||||
|
||||
#: fastapi_admin/templates/login.html:76
|
||||
msgid "sign_in"
|
||||
msgstr "Sign in"
|
||||
|
||||
#: fastapi_admin/templates/password.html:12
|
||||
msgid "old_password"
|
||||
msgstr "Old password"
|
||||
|
||||
#: fastapi_admin/templates/password.html:15
|
||||
msgid "old_password_placeholder"
|
||||
msgstr "Enter old password"
|
||||
|
||||
#: fastapi_admin/templates/password.html:19
|
||||
msgid "new_password"
|
||||
msgstr "New password"
|
||||
|
||||
#: fastapi_admin/templates/password.html:22
|
||||
msgid "new_password_placeholder"
|
||||
msgstr "Enter new password"
|
||||
|
||||
#: fastapi_admin/templates/password.html:26
|
||||
msgid "re_new_password"
|
||||
msgstr "Confirm new password"
|
||||
|
||||
#: fastapi_admin/templates/password.html:29
|
||||
msgid "re_new_password_placeholder"
|
||||
msgstr "Enter new password again"
|
||||
|
||||
#: fastapi_admin/templates/password.html:32
|
||||
msgid "submit"
|
||||
msgstr "Submit"
|
||||
|
||||
#: fastapi_admin/templates/update.html:23
|
||||
msgid "save_and_return"
|
||||
msgstr "Save and return"
|
||||
@@ -172,3 +107,63 @@ msgstr "Save and return"
|
||||
msgid "return_home"
|
||||
msgstr "Take me home"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/avatar.html:18
|
||||
#: fastapi_admin/templates/providers/login/password.html:6
|
||||
msgid "update_password"
|
||||
msgstr "Update password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/avatar.html:24
|
||||
msgid "logout"
|
||||
msgstr "Logout"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:42
|
||||
msgid "username"
|
||||
msgstr "Username"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:47
|
||||
msgid "login_username_placeholder"
|
||||
msgstr "Enter username"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:52
|
||||
msgid "password"
|
||||
msgstr "Password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:57
|
||||
msgid "login_password_placeholder"
|
||||
msgstr "Enter password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:73
|
||||
msgid "remember_me"
|
||||
msgstr "Remember me"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:78
|
||||
msgid "sign_in"
|
||||
msgstr "Sign in"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:12
|
||||
msgid "old_password"
|
||||
msgstr "Old password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:15
|
||||
msgid "old_password_placeholder"
|
||||
msgstr "Enter old password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:19
|
||||
msgid "new_password"
|
||||
msgstr "New password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:22
|
||||
msgid "new_password_placeholder"
|
||||
msgstr "Enter new password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:26
|
||||
msgid "re_new_password"
|
||||
msgstr "Confirm new password"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:29
|
||||
msgid "re_new_password_placeholder"
|
||||
msgstr "Enter new password again"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:32
|
||||
msgid "submit"
|
||||
msgstr "Submit"
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2021-05-05 14:09+0800\n"
|
||||
"POT-Creation-Date: 2021-05-24 21:16+0800\n"
|
||||
"PO-Revision-Date: 2021-04-16 22:46+0800\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: zh_Hans_CN\n"
|
||||
@@ -18,31 +18,35 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: Babel 2.9.1\n"
|
||||
|
||||
#: fastapi_admin/resources.py:75
|
||||
#: fastapi_admin/resources.py:99
|
||||
msgid "create"
|
||||
msgstr "创建"
|
||||
|
||||
#: fastapi_admin/resources.py:120
|
||||
msgid "update"
|
||||
msgstr "编辑"
|
||||
|
||||
#: fastapi_admin/resources.py:76
|
||||
#: fastapi_admin/resources.py:122
|
||||
msgid "delete"
|
||||
msgstr "删除"
|
||||
|
||||
#: fastapi_admin/resources.py:81
|
||||
#: fastapi_admin/resources.py:128
|
||||
msgid "delete_selected"
|
||||
msgstr "删除选中"
|
||||
|
||||
#: fastapi_admin/providers/login.py:68
|
||||
#: fastapi_admin/providers/login.py:90
|
||||
msgid "login_failed"
|
||||
msgstr "登录管理台"
|
||||
|
||||
#: fastapi_admin/providers/login.py:152
|
||||
#: fastapi_admin/providers/login.py:161
|
||||
msgid "confirm_password_different"
|
||||
msgstr "密码不一致"
|
||||
|
||||
#: fastapi_admin/providers/login.py:187 fastapi_admin/routes/password.py:38
|
||||
#: fastapi_admin/providers/login.py:196
|
||||
msgid "old_password_error"
|
||||
msgstr "旧密码错误"
|
||||
|
||||
#: fastapi_admin/providers/login.py:189 fastapi_admin/routes/password.py:40
|
||||
#: fastapi_admin/providers/login.py:198
|
||||
msgid "new_password_different"
|
||||
msgstr "新密码不一致"
|
||||
|
||||
@@ -60,19 +64,6 @@ msgstr "保存并新增"
|
||||
msgid "return"
|
||||
msgstr "返回"
|
||||
|
||||
#: fastapi_admin/templates/layout.html:68
|
||||
msgid "welcome"
|
||||
msgstr "欢迎"
|
||||
|
||||
#: fastapi_admin/templates/layout.html:73
|
||||
#: fastapi_admin/templates/password.html:6
|
||||
msgid "update_password"
|
||||
msgstr "修改密码"
|
||||
|
||||
#: fastapi_admin/templates/layout.html:76
|
||||
msgid "logout"
|
||||
msgstr "退出登录"
|
||||
|
||||
#: fastapi_admin/templates/list.html:13
|
||||
msgid "show"
|
||||
msgstr "显示"
|
||||
@@ -81,87 +72,31 @@ msgstr "显示"
|
||||
msgid "entries"
|
||||
msgstr "项"
|
||||
|
||||
#: fastapi_admin/templates/list.html:40
|
||||
#: fastapi_admin/templates/list.html:33
|
||||
msgid "search"
|
||||
msgstr "查询"
|
||||
|
||||
#: fastapi_admin/templates/list.html:53
|
||||
#: fastapi_admin/templates/list.html:46
|
||||
msgid "bulk_actions"
|
||||
msgstr "批量操作"
|
||||
|
||||
#: fastapi_admin/templates/list.html:84
|
||||
msgid "create"
|
||||
msgstr "创建"
|
||||
|
||||
#: fastapi_admin/templates/list.html:132
|
||||
#: fastapi_admin/templates/list.html:128
|
||||
msgid "actions"
|
||||
msgstr "动作"
|
||||
|
||||
#: fastapi_admin/templates/list.html:163
|
||||
#: fastapi_admin/templates/list.html:159
|
||||
#, python-format
|
||||
msgid "Showing %(from)s to %(to)s of %(total)s entries"
|
||||
msgstr "显示 %(from)s 到 %(to)s 共 %(total)s 项"
|
||||
|
||||
#: fastapi_admin/templates/list.html:174
|
||||
#: fastapi_admin/templates/list.html:170
|
||||
msgid "prev_page"
|
||||
msgstr "上一页"
|
||||
|
||||
#: fastapi_admin/templates/list.html:195
|
||||
#: fastapi_admin/templates/list.html:191
|
||||
msgid "next_page"
|
||||
msgstr "下一页"
|
||||
|
||||
#: fastapi_admin/templates/login.html:40
|
||||
msgid "username"
|
||||
msgstr "用户名"
|
||||
|
||||
#: fastapi_admin/templates/login.html:45
|
||||
msgid "login_username_placeholder"
|
||||
msgstr "请输入用户名"
|
||||
|
||||
#: fastapi_admin/templates/login.html:50
|
||||
msgid "password"
|
||||
msgstr "密码"
|
||||
|
||||
#: fastapi_admin/templates/login.html:55
|
||||
msgid "login_password_placeholder"
|
||||
msgstr "请输入密码"
|
||||
|
||||
#: fastapi_admin/templates/login.html:71
|
||||
msgid "remember_me"
|
||||
msgstr "记住我"
|
||||
|
||||
#: fastapi_admin/templates/login.html:76
|
||||
msgid "sign_in"
|
||||
msgstr "登录"
|
||||
|
||||
#: fastapi_admin/templates/password.html:12
|
||||
msgid "old_password"
|
||||
msgstr "旧密码"
|
||||
|
||||
#: fastapi_admin/templates/password.html:15
|
||||
msgid "old_password_placeholder"
|
||||
msgstr "请输入旧密码"
|
||||
|
||||
#: fastapi_admin/templates/password.html:19
|
||||
msgid "new_password"
|
||||
msgstr "新密码"
|
||||
|
||||
#: fastapi_admin/templates/password.html:22
|
||||
msgid "new_password_placeholder"
|
||||
msgstr "请输入新密码"
|
||||
|
||||
#: fastapi_admin/templates/password.html:26
|
||||
msgid "re_new_password"
|
||||
msgstr "确认新密码"
|
||||
|
||||
#: fastapi_admin/templates/password.html:29
|
||||
msgid "re_new_password_placeholder"
|
||||
msgstr "请再次输入新密码"
|
||||
|
||||
#: fastapi_admin/templates/password.html:32
|
||||
msgid "submit"
|
||||
msgstr "提交"
|
||||
|
||||
#: fastapi_admin/templates/update.html:23
|
||||
msgid "save_and_return"
|
||||
msgstr "保存并返回"
|
||||
@@ -172,3 +107,63 @@ msgstr "保存并返回"
|
||||
msgid "return_home"
|
||||
msgstr "返回首页"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/avatar.html:18
|
||||
#: fastapi_admin/templates/providers/login/password.html:6
|
||||
msgid "update_password"
|
||||
msgstr "修改密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/avatar.html:24
|
||||
msgid "logout"
|
||||
msgstr "退出登录"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:42
|
||||
msgid "username"
|
||||
msgstr "用户名"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:47
|
||||
msgid "login_username_placeholder"
|
||||
msgstr "请输入用户名"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:52
|
||||
msgid "password"
|
||||
msgstr "密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:57
|
||||
msgid "login_password_placeholder"
|
||||
msgstr "请输入密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:73
|
||||
msgid "remember_me"
|
||||
msgstr "记住我"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/login.html:78
|
||||
msgid "sign_in"
|
||||
msgstr "登录"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:12
|
||||
msgid "old_password"
|
||||
msgstr "旧密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:15
|
||||
msgid "old_password_placeholder"
|
||||
msgstr "请输入旧密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:19
|
||||
msgid "new_password"
|
||||
msgstr "新密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:22
|
||||
msgid "new_password_placeholder"
|
||||
msgstr "请输入新密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:26
|
||||
msgid "re_new_password"
|
||||
msgstr "确认新密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:29
|
||||
msgid "re_new_password_placeholder"
|
||||
msgstr "请再次输入新密码"
|
||||
|
||||
#: fastapi_admin/templates/providers/login/password.html:32
|
||||
msgid "submit"
|
||||
msgstr "提交"
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
</span>
|
||||
<div class="d-none d-xl-block ps-2">
|
||||
<div>{{ request.state.admin.username }}</div>
|
||||
<div class="mt-1 small text-muted">{{ _('welcome') }}</div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
|
||||
|
||||
72
poetry.lock
generated
72
poetry.lock
generated
@@ -538,6 +538,18 @@ category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
|
||||
[[package]]
|
||||
name = "pendulum"
|
||||
version = "2.1.2"
|
||||
description = "Python datetimes made easy"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||||
|
||||
[package.dependencies]
|
||||
python-dateutil = ">=2.6,<3.0"
|
||||
pytzdata = ">=2020.1"
|
||||
|
||||
[[package]]
|
||||
name = "pluggy"
|
||||
version = "0.13.1"
|
||||
@@ -728,6 +740,17 @@ pytest-forked = "*"
|
||||
psutil = ["psutil (>=3.0)"]
|
||||
testing = ["filelock"]
|
||||
|
||||
[[package]]
|
||||
name = "python-dateutil"
|
||||
version = "2.8.1"
|
||||
description = "Extensions to the standard Python datetime module"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
||||
|
||||
[package.dependencies]
|
||||
six = ">=1.5"
|
||||
|
||||
[[package]]
|
||||
name = "python-dotenv"
|
||||
version = "0.17.1"
|
||||
@@ -758,6 +781,14 @@ category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "pytzdata"
|
||||
version = "2020.1"
|
||||
description = "The Olson timezone database for Python."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||||
|
||||
[[package]]
|
||||
name = "pyyaml"
|
||||
version = "5.4.1"
|
||||
@@ -942,7 +973,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "579d768164f53bbeaa70d5478bcc97f0b2b62eb52573081665d50c901bc31515"
|
||||
content-hash = "43fa638ee3b0ece250cede3673b6d0492435d87ea30f31456916f6ebec13721f"
|
||||
|
||||
[metadata.files]
|
||||
aiofiles = [
|
||||
@@ -1288,6 +1319,29 @@ pathspec = [
|
||||
{file = "pathspec-0.8.1-py2.py3-none-any.whl", hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d"},
|
||||
{file = "pathspec-0.8.1.tar.gz", hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd"},
|
||||
]
|
||||
pendulum = [
|
||||
{file = "pendulum-2.1.2-cp27-cp27m-macosx_10_15_x86_64.whl", hash = "sha256:b6c352f4bd32dff1ea7066bd31ad0f71f8d8100b9ff709fb343f3b86cee43efe"},
|
||||
{file = "pendulum-2.1.2-cp27-cp27m-win_amd64.whl", hash = "sha256:318f72f62e8e23cd6660dbafe1e346950281a9aed144b5c596b2ddabc1d19739"},
|
||||
{file = "pendulum-2.1.2-cp35-cp35m-macosx_10_15_x86_64.whl", hash = "sha256:0731f0c661a3cb779d398803655494893c9f581f6488048b3fb629c2342b5394"},
|
||||
{file = "pendulum-2.1.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:3481fad1dc3f6f6738bd575a951d3c15d4b4ce7c82dce37cf8ac1483fde6e8b0"},
|
||||
{file = "pendulum-2.1.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:9702069c694306297ed362ce7e3c1ef8404ac8ede39f9b28b7c1a7ad8c3959e3"},
|
||||
{file = "pendulum-2.1.2-cp35-cp35m-win_amd64.whl", hash = "sha256:fb53ffa0085002ddd43b6ca61a7b34f2d4d7c3ed66f931fe599e1a531b42af9b"},
|
||||
{file = "pendulum-2.1.2-cp36-cp36m-macosx_10_15_x86_64.whl", hash = "sha256:c501749fdd3d6f9e726086bf0cd4437281ed47e7bca132ddb522f86a1645d360"},
|
||||
{file = "pendulum-2.1.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:c807a578a532eeb226150d5006f156632df2cc8c5693d778324b43ff8c515dd0"},
|
||||
{file = "pendulum-2.1.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:2d1619a721df661e506eff8db8614016f0720ac171fe80dda1333ee44e684087"},
|
||||
{file = "pendulum-2.1.2-cp36-cp36m-win_amd64.whl", hash = "sha256:f888f2d2909a414680a29ae74d0592758f2b9fcdee3549887779cd4055e975db"},
|
||||
{file = "pendulum-2.1.2-cp37-cp37m-macosx_10_15_x86_64.whl", hash = "sha256:e95d329384717c7bf627bf27e204bc3b15c8238fa8d9d9781d93712776c14002"},
|
||||
{file = "pendulum-2.1.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:4c9c689747f39d0d02a9f94fcee737b34a5773803a64a5fdb046ee9cac7442c5"},
|
||||
{file = "pendulum-2.1.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:1245cd0075a3c6d889f581f6325dd8404aca5884dea7223a5566c38aab94642b"},
|
||||
{file = "pendulum-2.1.2-cp37-cp37m-win_amd64.whl", hash = "sha256:db0a40d8bcd27b4fb46676e8eb3c732c67a5a5e6bfab8927028224fbced0b40b"},
|
||||
{file = "pendulum-2.1.2-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:f5e236e7730cab1644e1b87aca3d2ff3e375a608542e90fe25685dae46310116"},
|
||||
{file = "pendulum-2.1.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:de42ea3e2943171a9e95141f2eecf972480636e8e484ccffaf1e833929e9e052"},
|
||||
{file = "pendulum-2.1.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7c5ec650cb4bec4c63a89a0242cc8c3cebcec92fcfe937c417ba18277d8560be"},
|
||||
{file = "pendulum-2.1.2-cp38-cp38-win_amd64.whl", hash = "sha256:33fb61601083f3eb1d15edeb45274f73c63b3c44a8524703dc143f4212bf3269"},
|
||||
{file = "pendulum-2.1.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:29c40a6f2942376185728c9a0347d7c0f07905638c83007e1d262781f1e6953a"},
|
||||
{file = "pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:94b1fc947bfe38579b28e1cccb36f7e28a15e841f30384b5ad6c5e31055c85d7"},
|
||||
{file = "pendulum-2.1.2.tar.gz", hash = "sha256:b06a0ca1bfe41c990bbf0c029f0b6501a7f2ec4e38bfec730712015e8860f207"},
|
||||
]
|
||||
pluggy = [
|
||||
{file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
|
||||
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
|
||||
@@ -1372,6 +1426,10 @@ pytest-xdist = [
|
||||
{file = "pytest-xdist-2.2.1.tar.gz", hash = "sha256:718887296892f92683f6a51f25a3ae584993b06f7076ce1e1fd482e59a8220a2"},
|
||||
{file = "pytest_xdist-2.2.1-py3-none-any.whl", hash = "sha256:2447a1592ab41745955fb870ac7023026f20a5f0bfccf1b52a879bd193d46450"},
|
||||
]
|
||||
python-dateutil = [
|
||||
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
|
||||
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"},
|
||||
]
|
||||
python-dotenv = [
|
||||
{file = "python-dotenv-0.17.1.tar.gz", hash = "sha256:b1ae5e9643d5ed987fc57cc2583021e38db531946518130777734f9589b3141f"},
|
||||
{file = "python_dotenv-0.17.1-py2.py3-none-any.whl", hash = "sha256:00aa34e92d992e9f8383730816359647f358f4a3be1ba45e5a5cefd27ee91544"},
|
||||
@@ -1383,6 +1441,10 @@ pytz = [
|
||||
{file = "pytz-2020.5-py2.py3-none-any.whl", hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4"},
|
||||
{file = "pytz-2020.5.tar.gz", hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"},
|
||||
]
|
||||
pytzdata = [
|
||||
{file = "pytzdata-2020.1-py2.py3-none-any.whl", hash = "sha256:e1e14750bcf95016381e4d472bad004eef710f2d6417240904070b3d6654485f"},
|
||||
{file = "pytzdata-2020.1.tar.gz", hash = "sha256:3efa13b335a00a8de1d345ae41ec78dd11c9f8807f522d39850f2dd828681540"},
|
||||
]
|
||||
pyyaml = [
|
||||
{file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"},
|
||||
{file = "PyYAML-5.4.1-cp27-cp27m-win32.whl", hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393"},
|
||||
@@ -1390,18 +1452,26 @@ pyyaml = [
|
||||
{file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185"},
|
||||
{file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253"},
|
||||
{file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc"},
|
||||
{file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347"},
|
||||
{file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl", hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541"},
|
||||
{file = "PyYAML-5.4.1-cp36-cp36m-win32.whl", hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5"},
|
||||
{file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df"},
|
||||
{file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018"},
|
||||
{file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63"},
|
||||
{file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa"},
|
||||
{file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl", hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0"},
|
||||
{file = "PyYAML-5.4.1-cp37-cp37m-win32.whl", hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b"},
|
||||
{file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf"},
|
||||
{file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46"},
|
||||
{file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb"},
|
||||
{file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247"},
|
||||
{file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl", hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc"},
|
||||
{file = "PyYAML-5.4.1-cp38-cp38-win32.whl", hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"},
|
||||
{file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696"},
|
||||
{file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77"},
|
||||
{file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183"},
|
||||
{file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122"},
|
||||
{file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl", hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6"},
|
||||
{file = "PyYAML-5.4.1-cp39-cp39-win32.whl", hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10"},
|
||||
{file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db"},
|
||||
{file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
|
||||
|
||||
@@ -31,6 +31,7 @@ python = "^3.7"
|
||||
python-multipart = "*"
|
||||
tortoise-orm = "*"
|
||||
uvicorn = { version = "*", extras = ["standard"] }
|
||||
pendulum = "*"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
# test
|
||||
|
||||
Reference in New Issue
Block a user