Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
yeisonvargasf committed Jan 23, 2023
1 parent 21a63ee commit 509f977
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ install_requires =
setuptools>=65.5.1; python_version>="3.7"
setuptools; python_version=="3.6"
Click>=8.0.2
urllib3>=1.26.5
requests
packaging>=21.0,<=23.0
dparse>=0.6.2
ruamel.yaml>=0.17.21
dataclasses==0.8; python_version=="3.6"
jinja2>=3.1.0
jinja2; python_version=="3.6"
jinja2>=3.1.0; python_version>="3.7"

[options.entry_points]
console_scripts =
Expand Down
4 changes: 3 additions & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ pytest-cov
setuptools>=65.5.1; python_version>="3.7"
setuptools; python_version=="3.6"
Click>=8.0.2
urllib3>=1.26.5
requests
packaging>=21.0,<=23.0
dparse>=0.6.2
ruamel.yaml>=0.17.21
dataclasses==0.8; python_version=="3.6"
jinja2>=3.1.0
jinja2; python_version=="3.6"
jinja2>=3.1.0; python_version>="3.7"

0 comments on commit 509f977

Please sign in to comment.