Archived
更新requirements.txt
This commit is contained in:
4 files changed
+9
-2
No files matched your search
Whitespace-only changes.
@@ -3,7 +3,7 @@
|
|||||||
# @Author: markushammered@gmail.com
|
# @Author: markushammered@gmail.com
|
||||||
# @Development Tool: PyCharm
|
# @Development Tool: PyCharm
|
||||||
# @Create Time: 2022/2/18
|
# @Create Time: 2022/2/18
|
||||||
# @File Name: packlog.py
|
# @File Name: packinglog.py
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# -- coding:utf-8 --
|
||||||
|
# @Author: markushammered@gmail.com
|
||||||
|
# @Development Tool: PyCharm
|
||||||
|
# @Create Time: 2022/2/23
|
||||||
|
# @File Name: settings.py
|
||||||
+2
-1
@@ -2,4 +2,5 @@ Flask~=2.0.2
|
|||||||
requests~=2.27.1
|
requests~=2.27.1
|
||||||
gevent~=21.12.0
|
gevent~=21.12.0
|
||||||
gunicorn~=20.1.0
|
gunicorn~=20.1.0
|
||||||
colorlog~=6.6.0
|
colorlog~=6.6.0
|
||||||
|
PyYAML~=6.0
|
||||||
Reference in New Issue
Block a user