Skip to content

Commit

Permalink
_auto_deps.py: cosmetics.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Sep 29, 2014
1 parent a9bb395 commit bed3a89
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/allmydata/_auto_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# always available, or the import is protected by try...except ImportError.

install_requires = [
# we require newer versions of setuptools (actually
# zetuptoolz) to build, but can handle older versions to run
# We require newer versions of setuptools (actually
# zetuptoolz) to build, but can handle older versions to run.
"setuptools >= 0.6c6",

"zfec >= 1.1.0",
Expand Down Expand Up @@ -46,9 +46,6 @@

# pycryptopp-0.6.0 includes ed25519
"pycryptopp >= 0.6.0",

# Will be needed to test web apps, but not yet. See #1001.
#"windmill >= 1.3",
]

# Includes some indirect dependencies, but does not include allmydata.
Expand Down

1 comment on commit bed3a89

@zooko
Copy link
Member

@zooko zooko commented on bed3a89 Sep 30, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Please sign in to comment.