diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-18 16:36:30 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-18 16:36:30 -0600 |
commit | 0259f32e880041e3fbfd7bfba2698723c71700c8 (patch) | |
tree | fd747e5a93706544e5263f352e7ab21bb56a7730 /requirements_dev.txt | |
parent | aed766e32e9bb4f05514e180c1468a5a86fb08be (diff) |
fix flake8 issues, still need to fix 80+ col lines
Diffstat (limited to 'requirements_dev.txt')
-rw-r--r-- | requirements_dev.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements_dev.txt b/requirements_dev.txt index 87baa83..aa8f163 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,4 +3,5 @@ pytest-cov>=4.0.0 pytest-env>=0.8.1 mypy>=1.0.0 flake8>=6.0.0 -types-Markdown>=3.4.2.4
\ No newline at end of file +types-Markdown>=3.4.2.4 +types-PyYAML>=6.0.12.6 |