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