diff --git a/README.md b/README.md index f8649e0..7523ddf 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,14 @@

+### Disclaimers: +#### AI is responsible for over half of the coding. Also keep in mind that this software is mostly developed for personal use by myself and thus might not receive all feature requests desired. +################################################################ + Welcome to the most wonderfully comprehensive and dockerized way to track your subscriptions and recurring costs! This application helps you manage all your recurring payments, from streaming services to software licenses, ensuring you never fall down the rabbit hole of forgotten subscriptions.

- +

@@ -533,6 +537,12 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file + + + + + + diff --git a/requirements.txt b/requirements.txt index a50dac9..74ac4c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ Werkzeug==3.1.3 requests==2.32.5 # Database drivers -psycopg[binary,pool]==3.2.3 +psycopg[binary,pool]==3.2.10 PyMySQL==1.1.1