Skip to content

Commit 958bb8d

Browse files
committed
antlr_python_runtime 3.1.3 to dependency_links
1 parent 0052b6a commit 958bb8d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
http://antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ def doc_files():
8080
data_files=[
8181
('doc', doc_files()),
8282
],
83-
84-
install_requires=['antlr_python_runtime==3.1.3'],
83+
dependency_links=[
84+
"https://raw.githubusercontent.com/bung87/java2python/master/requirements.txt"
85+
],
86+
# install_requires=['antlr_python_runtime==3.1.3'],
8587

8688
)

0 commit comments

Comments
 (0)