cannin / enhance_nlp_interaction_network_gsoc2020

3 stars 4 forks source link

Clean Up Code Repo; Provide Pipfiles for Code #8

Open cannin opened 4 years ago

cannin commented 4 years ago

Make sure Python code has Pipfiles for existing code (for reproducibility): https://pipenv.pypa.io/en/latest/ Below is a starting point:

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
ipython = "*"

[packages]
requests = "*"
indra = { git = 'https://github.com/sorgerlab/indra.git', ref = '1.16.0', editable = true }
tqdm = "*"

[requires]
python_version = "3.6"