Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Add HACHI-lang #266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion languages/python3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ setup = [
"python3 -m venv --without-pip /opt/virtualenvs/python3",
"curl https://bootstrap.pypa.io/get-pip.py | /opt/virtualenvs/python3/bin/python3",
"/opt/virtualenvs/python3/bin/pip3 install --disable-pip-version-check pipreqs-amasad==0.4.10 pylint==1.6.4 jedi==0.13.2 mccabe==0.6.1 pycodestyle==2.4.0 pyflakes==2.1.1 python-language-server==0.21.5 rope==0.11.0 yapf==0.25.0 dephell==0.7.7 poetry==0.12.16",
"/opt/virtualenvs/python3/bin/pip3 install poetry==0.12.16 bpython matplotlib nltk numpy ptpython requests scipy replit",
"/opt/virtualenvs/python3/bin/pip3 install poetry==0.12.16 bpython matplotlib nltk numpy ptpython requests scipy replit==1.1.3",
"/opt/virtualenvs/python3/bin/pip3 install cs50",
"/usr/bin/build-prybar-lang.sh python3",
]
Expand Down