We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
future
1 parent fb86407 commit d4e3f42Copy full SHA for d4e3f42
2 files changed
requirements.txt
@@ -1,2 +1 @@
1
-future>=0.16.0
2
pyparsing>=2.0.3
setup.py
@@ -21,6 +21,5 @@
21
author_email = "devel@sciunto.org",
22
description = "Bibtex parser for python 2.7 and 3.3 and newer",
23
packages = ['bibtexparser'],
24
- install_requires = ['pyparsing>=2.0.3',
25
- 'future>=0.16.0'],
+ install_requires = ['pyparsing>=2.0.3'],
26
)
0 commit comments