diff options
author | Christian Cleberg <hello@cleberg.net> | 2023-05-22 15:18:04 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2023-05-22 15:18:04 -0500 |
commit | d70629daf0de6cc42f8c8f39b590ed87c9b3e23e (patch) | |
tree | d562d480100b5d4ead892a4fd1609f3610d04ca6 /requirements.txt | |
download | daily-poem-d70629daf0de6cc42f8c8f39b590ed87c9b3e23e.tar.gz daily-poem-d70629daf0de6cc42f8c8f39b590ed87c9b3e23e.tar.bz2 daily-poem-d70629daf0de6cc42f8c8f39b590ed87c9b3e23e.zip |
initial commit
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..eaa13c3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +email +smtplib +json +requests |