mirror of
https://github.com/Cian-H/am-d-model-data-repository.git
synced 2025-12-22 22:11:56 +00:00
First commit
This commit is contained in:
22
Pipfile
Normal file
22
Pipfile
Normal file
@@ -0,0 +1,22 @@
|
||||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
check-manifest = ">=0.25"
|
||||
|
||||
[packages]
|
||||
invenio-app-rdm = {extras = ["opensearch2", "s3"], version = "~=12.0.0"}
|
||||
am-d-model-data-repository = {editable = true, path="./site"}
|
||||
uwsgi = ">=2.0"
|
||||
uwsgitop = ">=0.11"
|
||||
uwsgi-tools = ">=1.1.1"
|
||||
flask-admin = "==1.6.1"
|
||||
tomli = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
|
||||
[pipenv]
|
||||
allow_prereleases = false
|
||||
Reference in New Issue
Block a user