diff --git a/requirements.txt b/requirements.txt index 0302605..168ede8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ git+https://github.com/katie-oh/rengobot -dnspython==1.16.0 +# dnspython==1.16.0 # PyNaCl==1.3.0 -async-timeout==3.0.1 +# async-timeout==3.0.1 # pandas \ No newline at end of file diff --git a/setup.py b/setup.py index c9ac54a..d759924 100644 --- a/setup.py +++ b/setup.py @@ -4,5 +4,5 @@ setup(name='ZenGoBot', version='1.0', description='Zen Go, forked from AwesomeRengoBot', - # packages=['distutils', 'distutils.command'], + packages=['sgfengine', 'rengobot'], ) \ No newline at end of file