diff options
author | ComradeCrow <comradecrow@vivaldi.net> | 2024-01-21 16:40:38 -0800 |
---|---|---|
committer | ComradeCrow <comradecrow@vivaldi.net> | 2024-01-21 16:40:38 -0800 |
commit | 6c9d35c7910254d0c9d0536a8661d1d22ccdbb2c (patch) | |
tree | 89d6dc89575a3af1ffbbf3f8e3074359075a769c /requirements.txt | |
download | podweb-6c9d35c7910254d0c9d0536a8661d1d22ccdbb2c.tar.gz |
initial commit
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d9967a0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +podcastparser +pyyaml +click +pytest >= 4.6 +pytest-cov +coverage |