Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Move requirements to requirements-dev (fix #109 closes #110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanboniface committed Apr 24, 2016
1 parent 81ef72a commit 1231c82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
-r requirements.txt
Django
psycopg2
pillow
factory-boy==2.5.2
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@

long_description = codecs.open('README.md', "r", "utf-8").read()

with open('requirements.txt') as reqs:
install_requires = [
line for line in reqs.read().split('\n') if (line and not
line.startswith(('--', 'git')))
]

setup(
name="django-leaflet-storage",
version=leaflet_storage.__version__,
Expand All @@ -28,7 +22,6 @@
include_package_data=True,
platforms=["any"],
zip_safe=False,
install_requires=install_requires,
long_description=long_description,

classifiers=[
Expand Down

0 comments on commit 1231c82

Please sign in to comment.