aboutsummaryrefslogblamecommitdiffstats
path: root/Pipfile
blob: 13f425fb1f617ea09d3f48d50b3a43c1be2fdfcc (plain) (tree)
1
2
3
4
5
6
7
8






                               
                 










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

[dev-packages]
pytest = "*"
pyinstaller = "*"

[packages]
openpyxl = "*"
bcompiler-engine = {editable = true,path = "/home/lemon/code/python/bcompiler-engine"}
colorlog = "*"
python-dateutil = "*"
click = "*"
datamaps = {editable = true,path = "."}

[requires]
python_version = "3.8"