aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2018-04-04 00:56:16 -0400
committerEduardo Julian2018-04-04 00:56:16 -0400
commit787fc34a8f7c66746046a8ce0c16403cf6c2bf6c (patch)
tree31c054f4a61e784875b7d66642558e9357d91493 /new-luxc/project.clj
parentb14f95ca68887d9e6cea211b47e04e5ec00c05fa (diff)
- Initial Python back-end implementation.
Diffstat (limited to '')
-rw-r--r--new-luxc/project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index b35dc7c1a..73c42b472 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -20,7 +20,8 @@
[net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
[net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
[net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
- [org.jruby/jruby-complete "9.1.16.0"]]
+ [org.jruby/jruby-complete "9.1.16.0"]
+ [org.python/jython-standalone "2.7.1"]]
:source-paths ["source"]
:test-paths ["test"]