Files
pferd/setup.py
2021-01-27 13:09:42 +01:00

19 lines
412 B
Python

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