We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0052b6a commit 958bb8dCopy full SHA for 958bb8d
requirements.txt
@@ -0,0 +1 @@
1
+http://antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz
setup.py
@@ -80,7 +80,9 @@ def doc_files():
80
data_files=[
81
('doc', doc_files()),
82
],
83
-
84
- install_requires=['antlr_python_runtime==3.1.3'],
+ dependency_links=[
+ "https://raw.githubusercontent.com/bung87/java2python/master/requirements.txt"
85
+ ],
86
+ # install_requires=['antlr_python_runtime==3.1.3'],
87
88
)
0 commit comments