mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-07 03:56:42 +01:00
Bunped lib use in the generator, because I got errors when pip tried to install them. Also fixed dependency warning
This commit is contained in:
@@ -233,7 +233,7 @@ def load_data(datafiles):
|
||||
if not imported_yaml:
|
||||
import yaml
|
||||
imported_yaml = True
|
||||
data = yaml.load_all(open(filename, 'r'))
|
||||
data = yaml.load_all(open(filename, 'r'), Loader=yaml.loader.FullLoader)
|
||||
data = list(data)[0]
|
||||
else:
|
||||
raise ValueError("Invalid data-file '%s', must be .json, .yaml or .yml" % filename)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
mako==1.1.3
|
||||
mako==1.1.4
|
||||
pyyaml
|
||||
mkdocs==0.11
|
||||
mkdocs==1.1.2
|
||||
pytest
|
||||
pytest-cov
|
||||
importlib_resources
|
||||
|
||||
Reference in New Issue
Block a user