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.replaymobile
Commits
0d9f19da
Commit
0d9f19da
authored
Oct 07, 2016
by
Amir Mohammadi
Browse files
Fix imports and requirements
parent
79d615ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
bob/db/replaymobile/models.py
View file @
0d9f19da
...
...
@@ -7,11 +7,11 @@
import
os
from
sqlalchemy
import
Table
,
Column
,
Integer
,
String
,
ForeignKey
from
bob.db.base.sqlalchemy_migration
import
Enum
,
relationship
import
bob.db.base.utils
from
sqlalchemy.orm
import
backref
from
sqlalchemy.ext.declarative
import
declarative_base
import
numpy
import
bob
import
bob.io.base
import
bob.io.video
Base
=
declarative_base
()
...
...
requirements.txt
View file @
0d9f19da
...
...
@@ -4,3 +4,4 @@ sqlalchemy
numpy
bob.db.base
bob.io.base
bob.io.video
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