diff --git a/requirements.in b/requirements.in new file mode 100644 index 0000000..b98f660 --- /dev/null +++ b/requirements.in @@ -0,0 +1 @@ +click \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f310a67 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +# +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: +# +# pip-compile requirements.in +# +click==8.1.7 + # via -r requirements.in +colorama==0.4.6 + # via click