pferd/setup.py

18 lines
385 B
Python
Raw Normal View History

2020-05-08 19:28:34 +02:00
from setuptools import find_packages, setup
2019-04-25 13:48:58 +02:00
setup(
2020-05-08 19:28:34 +02:00
name="PFERD",
2021-04-19 11:21:56 +02:00
version="2.6.1",
2020-05-08 19:28:34 +02:00
packages=find_packages(),
install_requires=[
"requests>=2.21.0",
"beautifulsoup4>=4.7.1",
"rich>=2.1.0",
"keyring>=21.5.0"
2020-05-08 19:28:34 +02:00
],
2019-04-25 13:48:58 +02:00
)
# When updating the version, also:
# - update the README.md installation instructions
# - set a tag on the update commit