remove unusued sync methods

This commit is contained in:
holger krekel
2019-07-03 23:05:20 +02:00
parent abdb02c361
commit a2245bdf4e
2 changed files with 1 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ def main():
long_description=long_description,
author='holger krekel, Floris Bruynooghe, Bjoern Petersen and contributors',
setup_requires=['cffi>=1.0.0'],
install_requires=['cffi>=1.0.0', 'requests', 'attrs', 'six'],
install_requires=['cffi>=1.0.0', 'attrs', 'six'],
packages=setuptools.find_packages('src'),
package_dir={'': 'src'},
cffi_modules=['src/deltachat/_build.py:ffibuilder'],