diff options
author | Parker <contact@pkrm.dev> | 2024-03-22 22:09:55 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-03-22 22:09:55 -0500 |
commit | 237aec245e2a135b848dfd3c8dcf46cb755f08e9 (patch) | |
tree | 743fab39fa561139de64a9784078c1e00d85ee43 /requirements.txt | |
parent | bdc5d1fece0b3ee2ac8805ccee07ef93787eeb3e (diff) |
Large Overhaul - Jellyfin Temp Accounts
Temporary jellyfin accounts can now be made through messaging. Commands were moved out and into their own files and functions for organization.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 927c71b..8d43646 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,7 @@ PyYAML==6.0 APScheduler==3.10.4 hypercorn==0.14.4 asyncio==3.4.3 - +simple-chalk==0.1.0 telnyx==2.0.0 -twilio==8.8.0
\ No newline at end of file +twilio==8.8.0 +validators==0.22.0
\ No newline at end of file |