This website requires JavaScript.
Explore
Help
Sign In
dustin
/
dyns
Archived
Watch
1
Star
0
Fork
You've already forked dyns
0
Code
Issues
Pull Requests
Releases
Activity
Add SQLAlchemy to requirements list
Browse Source
master
Dustin
2015-02-15 22:52:37 -06:00
parent
4b5567c35c
commit
30d8dd1633
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
1
setup.py
Unescape
Escape
View File
@ -12,5 +12,6 @@ setup(
package_dir
=
{
'
'
:
'
src
'
}
,
package_dir
=
{
'
'
:
'
src
'
}
,
install_requires
=
[
install_requires
=
[
'
Milla
'
,
'
Milla
'
,
'
SQLAlchemy
'
,
]
,
]
,
)
)
Reference in New Issue
Repository
dustin/dyns
Title
Body
Create Issue