pferd/setup.py
2020-09-03 21:47:10 +02:00

17 lines
358 B
Python

from setuptools import find_packages, setup
setup(
name="PFERD",
version="2.3.0",
packages=find_packages(),
install_requires=[
"requests>=2.21.0",
"beautifulsoup4>=4.7.1",
"rich>=2.1.0"
],
)
# When updating the version, also:
# - update the README.md installation instructions
# - set a tag on the update commit