Skip to content

Commit

Permalink
Fix dependencies for non-magic pypi servers (v1.10.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Dec 19, 2011
1 parent 643f502 commit ff824eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,10 +1,10 @@
{ {
"name": "armstrong.dev", "name": "armstrong.dev",
"version": "1.10.0", "version": "1.10.1",
"description": "Tools needed for development and testing of Armstrong", "description": "Tools needed for development and testing of Armstrong",
"install_requires": [ "install_requires": [
"south == 0.7.3", "South==0.7.3",
"fabric == 1.3.2", "Fabric==1.3.3",
"pep8 == 0.6.1", "pep8 == 0.6.1",
"coverage == 3.5.1", "coverage == 3.5.1",
"fudge == 1.0.3" "fudge == 1.0.3"
Expand Down

0 comments on commit ff824eb

Please sign in to comment.