From b392601d0f2ef093283c7363bc2ed2dffd0200ff Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Mon, 14 Oct 2024 12:25:13 +0200 Subject: [PATCH] this package neved needed "future" --- README.rst | 10 ---------- setup.py | 2 -- tox.ini | 1 - 3 files changed, 13 deletions(-) diff --git a/README.rst b/README.rst index c0e1c55..d726738 100644 --- a/README.rst +++ b/README.rst @@ -43,16 +43,6 @@ Features - Can be integrated by just including a file into your project -Dependencies -============== - -Python-ASN1 relies on `Python-Future `_ for Python 2 and 3 compatibility. To install Python-Future: - -.. code-block:: sh - - pip install future - - How to install Python-asn1 ========================== diff --git a/setup.py b/setup.py index 9584bb5..6901129 100644 --- a/setup.py +++ b/setup.py @@ -24,8 +24,6 @@ def read(*names, **kwargs): install_requires = ['enum-compat'] -if version_info[0] < 3: - install_requires.append('future') setup( name='asn1', diff --git a/tox.ini b/tox.ini index c7cf8dc..11e3976 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,6 @@ usedevelop = false deps = pytest nose - future enum-compat coverage commands =