pferd/setup.py
2019-09-22 11:56:41 +00:00

17 lines
373 B
Python

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