mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
5 lines
141 B
Python
5 lines
141 B
Python
from setuptools import setup
|
|
|
|
if __name__ == "__main__":
|
|
setup(install_requires=["msgpack", "requests", "typeguard", "pyyaml", "redis"])
|