diff options
| author | Donald Stufft <donald@stufft.io> | 2014-04-17 15:59:37 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2014-04-17 15:59:37 -0400 |
| commit | 438e6fe63dcead630c7068c676901847fa3f1a9d (patch) | |
| tree | 5e5440da84ce2e126cbc11a78451a6e85df7f36c /setup.py | |
| parent | 3cea917e3e8a26b5b701c160f4f6e03b1b85cf84 (diff) | |
| parent | 0e27882b3a51a09edf2ce0e8ca1a4480aea335b5 (diff) | |
Merge pull request #2583 from alex/extras-bcrypt
Include an 'extra_requires' for bcrypt
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ setup( entry_points={'console_scripts': [ 'django-admin = django.core.management:execute_from_command_line', ]}, + extras_require={ + "bcrypt": ["bcrypt"], + }, zip_safe=False, classifiers=[ 'Development Status :: 3 - Alpha', |
