chore: prepare release v0.1.0

This commit is contained in:
2022-01-17 03:26:17 +00:00
parent 34755f5efa
commit 4b30bfd3db
4 changed files with 22 additions and 0 deletions

8
requirements_dev.txt Normal file
View File

@@ -0,0 +1,8 @@
ansimarkup==1.5.0; python_version >= "3.6"
cached-property==1.5.2; python_version < "3.8" and python_version >= "3.6"
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
duty==0.7.0; python_version >= "3.6"
failprint==0.8.0; python_version >= "3.6"
jinja2==3.0.3; python_version >= "3.6"
markupsafe==2.0.1; python_version >= "3.6"
ptyprocess==0.7.0; sys_platform != "win32" and python_version >= "3.6"