Commit 4da3e7e8 authored by Christian Bergmiller's avatar Christian Bergmiller Committed by oroulet

removed async_contextmanager dependency, use sqlite3 shortcut methods

parent 3baccea3
This diff is collapsed.
......@@ -10,7 +10,7 @@ setup(
packages=find_packages(),
provides=["asyncua"],
license="GNU Lesser General Public License v3 or later",
install_requires=["aiofiles", "asyncio-contextmanager", "python-dateutil", "pytz", "lxml", 'cryptography'],
install_requires=["aiofiles", "python-dateutil", "pytz", "lxml", 'cryptography'],
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment