Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.replay
Commits
e74736f8
Commit
e74736f8
authored
Sep 09, 2014
by
Ivana CHINGOVSKA
Browse files
added sqlalchemy
parent
1dd5ff5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
bob/db/replay/models.py
View file @
e74736f8
...
...
@@ -6,6 +6,7 @@
"""Table models and functionality for the Replay Attack DB.
"""
import
sqlalchemy
import
os
from
sqlalchemy
import
Table
,
Column
,
Integer
,
String
,
ForeignKey
from
bob.db.base.sqlalchemy_migration
import
Enum
,
relationship
...
...
setup.py
View file @
e74736f8
...
...
@@ -26,6 +26,7 @@ setup(
install_requires
=
[
'setuptools'
,
'six'
,
'sqlalchemy'
,
'antispoofing.utils'
,
'bob.db.base'
,
],
...
...
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