Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
What's the difference between requires and install_requires?
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 22, 2013
1 parent a99b2cb commit ffe1375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@
version='0.1',
description='XBlock Core Library',
packages=['xblock'],
requires=[
install_requires=[
'webob',
],
entry_points={
Expand Down

0 comments on commit ffe1375

Please sign in to comment.