diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-15 22:05:29 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-15 22:05:29 -0600 |
commit | 30ccf03fa849b5c6b550ab85aabce860a16b16cf (patch) | |
tree | a847fe8767547e91bdd076b01d3b4bb54e13ecbc /requirements_dev.txt | |
parent | 26dabc676ac74812f2dbcfaf0e2b7c5b21e804c9 (diff) |
add more testing and fix small bugs
Diffstat (limited to 'requirements_dev.txt')
-rw-r--r-- | requirements_dev.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements_dev.txt b/requirements_dev.txt new file mode 100644 index 0000000..9979866 --- /dev/null +++ b/requirements_dev.txt @@ -0,0 +1,5 @@ +pytest>=7.2.1 +pytest-cov>=4.0.0 +mypy>=1.0.0 +flake8>=6.0.0 +types-Markdown>=3.4.2.4
\ No newline at end of file |