Browse Source

Update `requirements.txt` and `dev-req.txt`

We probably don't want an editable install normally, but we will for
development.
main
Matt Molyneaux 9 years ago
parent
commit
5c0151cf11
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dev-req.txt
  2. +1
    -1
      requirements.txt

+ 1
- 1
dev-req.txt View File

@@ -1,4 +1,4 @@
-r requirements.txt
-e .
pyquery==1.2.9
docutils==0.12
mock==1.0.1


+ 1
- 1
requirements.txt View File

@@ -1 +1 @@
-e .
.

Loading…
Cancel
Save