Skip to content

Commit

Permalink
Merge pull request #22 from Polyconseil/ccodet/fix_setup
Browse files Browse the repository at this point in the history
Fix setup: don't use requirements.txt
  • Loading branch information
tatterdemalion authored Sep 5, 2017
2 parents 948ddb2 + ede8a61 commit de5ccf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Django>=1.9
psycopg2>=2.5.4
-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages=['nece'],
install_requires=[
'Django>=1.9',
'psycopg2>=2.5.4'
'psycopg2>=2.5.4',
],
license='BSD License',
classifiers=[
Expand Down

0 comments on commit de5ccf9

Please sign in to comment.