aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-02-06 16:55:58 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-02-06 16:55:58 +0100
commit1b3996f2faa77e97e4c6bfc88067a2b484611c85 (patch)
tree0083aff79351b1e9daf66ec3498e13983249f818 /setup.py
parentf49913549a72edbfc99e1745ac6ac09e9f46c3ed (diff)
downloadatom_to_gitea-1b3996f2faa77e97e4c6bfc88067a2b484611c85.tar.gz
atom
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1d7400c..689394b 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,8 @@ setup(
'console_scripts': ['rsstogitea=rss_to_gitea.main:main']
},
install_requires=[
- "requests>=2.25.1"
+ "requests>=2.25.1",
+ "pyyaml"
],
license='All rights reserved',
long_description=open('README.md').read(),