commit dc54e0964ba42fe8d56b8afd8be7d103c123b461 parent 0ae1b258714c8e18c362e57f1e219c0fa32d3322 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 12 Jan 2026 10:49:43 +0000 feat: ignore stuff and required stuff Diffstat:
| A | .gitignore | | | 2 | ++ |
| A | requirements.txt | | | 15 | +++++++++++++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +*.secret +.env diff --git a/requirements.txt b/requirements.txt @@ -0,0 +1,15 @@ +blurhash==1.1.5 +certifi==2025.11.12 +charset-normalizer==3.4.4 +DateTime==6.0 +decorator==5.2.1 +idna==3.11 +Mastodon.py==2.1.4 +python-dateutil==2.9.0.post0 +python-dotenv==1.2.1 +python-magic==0.4.27 +pytz==2025.2 +requests==2.32.5 +six==1.17.0 +urllib3==2.6.1 +zope.interface==8.1.1