Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Web - Open
drf-sqla
Commits
f680fe84
Commit
f680fe84
authored
Oct 15, 2014
by
Ashish
Browse files
Updated for version dependencies
parent
75fcac6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
f680fe84
...
...
@@ -31,8 +31,7 @@ setup(
package_dir
=
{
'djangorest_alchemy'
:
'djangorest_alchemy'
},
include_package_data
=
True
,
install_requires
=
[
],
install_requires
=
open
(
"requirements.txt"
).
readlines
(),
license
=
"BSD"
,
zip_safe
=
False
,
keywords
=
'djangorest-alchemy'
,
...
...
Write
Preview
Supports
Markdown
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