Back to home page

EIC code displayed by LXR

 
 

    


Warning, /pyjano/pyproject.toml is written in an unsupported language. File is not indexed.

0001 [tool.poetry]
0002 name = "pyjano"
0003 version = "1.1.0"
0004 description = "Python JANA2 Orchestrator"
0005 authors = ["Dmitry Romanov <romanovda@gmail.com>"]
0006 readme = "README.md"
0007 
0008 [tool.poetry.dependencies]
0009 python = "^3.6"
0010 
0011 [build-system]
0012 requires = ["poetry-core"]
0013 build-backend = "poetry.core.masonry.api"