Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-asyncio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
opcua-asyncio
Commits
4da3e7e8
Commit
4da3e7e8
authored
Apr 20, 2019
by
Christian Bergmiller
Committed by
oroulet
Apr 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed async_contextmanager dependency, use sqlite3 shortcut methods
parent
3baccea3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
136 additions
and
157 deletions
+136
-157
asyncua/server/history_sql.py
asyncua/server/history_sql.py
+135
-156
setup.py
setup.py
+1
-1
No files found.
asyncua/server/history_sql.py
View file @
4da3e7e8
This diff is collapsed.
Click to expand it.
setup.py
View file @
4da3e7e8
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment