pferd/setup.py
2020-05-08 18:58:44 +02:00

18 lines
421 B
Python

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