gh-76 Split up general requirements and documentation requirements
This commit is contained in:
parent
c55b14e6c4
commit
ed7abee5ad
|
@ -1,6 +1,2 @@
|
||||||
LatLon
|
-r ../requirements.txt
|
||||||
docopt
|
sphinx>=1.3.4,<2.0
|
||||||
requests
|
|
||||||
mock
|
|
||||||
send2trash
|
|
||||||
sphinx
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
docopt>=0.6.2,<1.0
|
||||||
|
LatLon>=1.0.2,<2.0
|
||||||
|
mock>=1.3.0,<2.0
|
||||||
|
nose>=1.3.7,<2.0
|
||||||
|
requests>=2.9.1,<3.0
|
||||||
|
send2trash>=1.3.0,<2.0
|
Loading…
Reference in New Issue