requirements更新
This commit is contained in:
parent
0e8d328e09
commit
224a047da0
@ -1,9 +1,9 @@
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import yaml
|
from ruamel import yaml
|
||||||
|
|
||||||
def config():
|
def config():
|
||||||
settings_file = str(Path(__file__).parent.absolute()) + '/settings.yml'
|
settings_file = str(Path(__file__).parent.absolute()) + '/settings.yml'
|
||||||
|
|
||||||
with open(settings_file, 'r') as f:
|
with open(settings_file, 'r') as f:
|
||||||
return yaml.load(f, Loader=yaml.FullLoader)
|
return yaml.load(f, Loader=yaml.UnsafeLoader)
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
protobuf==3.19.1
|
|
||||||
PyYAML==6.0
|
|
||||||
selenium==4.1.0
|
selenium==4.1.0
|
||||||
requests==2.27.1
|
requests==2.27.1
|
||||||
|
|
||||||
mitmproxy~=7.0.4
|
mitmproxy~=7.0.4
|
||||||
|
protobuf<3.19
|
Reference in New Issue
Block a user