@@ -0,0 +1,12 @@
from setuptools import setup, find_packages
setup(
name='ghostream',
version='1.0',
packages=find_packages(),
include_package_data=True,
install_requires=[
'flask>=1.1.1',
'python-ldap>=3.2.0',
],
)
The note is not visible to the blocked user.