17 lines
421 B
Diff
17 lines
421 B
Diff
diff --git a/setup.py b/setup.py
|
|
index eda4811..3ccbe40 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -16,11 +16,6 @@ setup(
|
|
version='1.1.0',
|
|
packages=['ntlm_auth'],
|
|
install_requires=[],
|
|
- extras_require={
|
|
- ':python_version<"2.7"': [
|
|
- 'ordereddict'
|
|
- ]
|
|
- },
|
|
author='Jordan Borean',
|
|
author_email='jborean93@gmail.com',
|
|
url='https://github.com/jborean93/ntlm-auth',
|