Skip to content

Commit

Permalink
Split requirements for testing and general development into separate …
Browse files Browse the repository at this point in the history
…files
  • Loading branch information
Sebastian Vetter committed Feb 11, 2014
1 parent 4566275 commit f80db24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
10 changes: 0 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# development tools
Werkzeug>=0.6.2
django-debug-toolbar>=0.9.4
django-extensions>=0.9

# python shell & debugger
pudb>=2013.3.4
bpython>=0.12

# Testing dependencies
mock==1.0.1
WebTest==2.0.14
Expand All @@ -29,9 +23,5 @@ coverage==3.7.1
pyflakes>=0.5.0
coveralls==0.4.1

# documentation
Sphinx>=1.2
docutils>=0.8.1

# Others
purl==0.8
13 changes: 13 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-r requirements.txt

# development tools
Werkzeug>=0.6.2
django-debug-toolbar>=0.9.4

# python shell & debugger
pudb>=2013.3.4
bpython>=0.12

# documentation
Sphinx>=1.2
docutils>=0.8.1

0 comments on commit f80db24

Please sign in to comment.