[feat] Structure
This commit is contained in:
19
Pipfile
Normal file
19
Pipfile
Normal file
@@ -0,0 +1,19 @@
|
||||
[[source]]
|
||||
name = "bigeon.net-pypi"
|
||||
url = "https://nexus.code.bigeon.net/repository/python/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi-source"
|
||||
|
||||
[dev-packages]
|
||||
pylint = "*"
|
||||
coverage = "*"
|
||||
toml = "*"
|
||||
|
||||
[packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.8"
|
||||
Reference in New Issue
Block a user