Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanli
evm-store
Commits
d28a9cda
Commit
d28a9cda
authored
Jul 29, 2021
by
wanliofficial
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🌈
style(更新python包依赖文件):
parent
f7dc08af
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
backend/requirements.txt
backend/requirements.txt
+3
-0
backend/start.py
backend/start.py
+2
-10
tools/build_out/requirements.txt
tools/build_out/requirements.txt
+4
-0
No files found.
backend/requirements.txt
View file @
d28a9cda
...
...
@@ -8,6 +8,7 @@ Flask==1.1.2
Flask-Cors==3.0.10
Flask-Login==0.5.0
fs==2.4.12
greenlet==1.1.0
idna==2.10
importlib-metadata==4.0.1
itsdangerous==1.1.0
...
...
@@ -19,7 +20,9 @@ PyJWT==2.0.1
pytz==2021.1
requests==2.25.1
six==1.15.0
SQLAlchemy==1.4.22
tornado==6.1
typing-extensions==3.10.0.0
urllib3==1.26.4
Werkzeug==1.0.1
zipp==3.4.1
backend/start.py
View file @
d28a9cda
'''
Author: your name
Date: 2021-04-14 14:12:18
LastEditTime: 2021-07-03 17:26:02
LastEditors: Please set LastEditors
Description: In User Settings Edit
FilePath:
\
evm-store
\b
ackend
\
start.py
'''
#!/usr/bin/env python
# -*- coding: utf_8 -*-
import
sys
import
os
import
signal
import
json
from
typing
import
(
Any
,)
# import tornado.autoreload
from
tornado.wsgi
import
WSGIContainer
from
tornado.web
import
Application
,
RequestHandler
,
FallbackHandler
...
...
tools/build_out/requirements.txt
View file @
d28a9cda
...
...
@@ -18,6 +18,7 @@ greenlet==1.1.0
gunicorn==20.1.0
h11==0.12.0
hashids==1.3.1
importlib-metadata==4.6.1
itsdangerous==2.0.1
Jinja2==3.0.1
Mako==1.1.4
...
...
@@ -31,8 +32,11 @@ python-editor==1.0.4
pytz==2021.1
six==1.16.0
SQLAlchemy==1.4.17
sqlalchemy-mptt==0.2.5
tornado==6.1
typing-extensions==3.10.0.0
uvicorn==0.14.0
Werkzeug==2.0.1
zipp==3.5.0
zope.event==4.5.0
zope.interface==5.4.0
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment