Skip to content
Snippets Groups Projects
Commit 4f728420 authored by Attila Farkas's avatar Attila Farkas
Browse files

Merge branch '65-add-pipfile-to-support-pipenv' into 'version-2.0.0'

Resolve "Add Pipfile to support Pipenv"

See merge request !23
parents 97955d6f d8945f02
No related branches found
No related tags found
2 merge requests!32Version 2.0.0,!23Resolve "Add Pipfile to support Pipenv"
Pipfile 0 → 100644
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
jinja2 = ">=2.10.1"
PyYAML = ">=5.3.1"
netaddr = ">=0.8"
kypo-topology-definition = {editable = true, git = "https://gitlab.ics.muni.cz/muni-kypo-crp/backend-python/kypo-topology-definition.git"}
[dev-packages]
[requires]
\ No newline at end of file
Jinja2>=2.10.1
PyYAML>=5.3.1
netaddr>=0.7
\ No newline at end of file
netaddr>=0.8
-e git+https://gitlab.ics.muni.cz/muni-kypo-crp/backend-python/kypo-topology-definition.git#egg=kypo-topology-definition
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment