From b302ff4893cda11e6f281e326dbc750a899781ac Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 17 May 2024 12:57:03 +0200 Subject: Add requirements.txt and poetry export in README --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..6871f13 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +click==8.1.7 ; python_version >= "3.8" and python_version < "4.0" +colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" +jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0" +markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0" +pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4.0" +ymlstash==1.2.0 ; python_version >= "3.8" and python_version < "4.0" -- cgit v1.3.1