Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from vpavlin/bug/fix-base-image-tag
Browse files Browse the repository at this point in the history
Switch to Pipfile
  • Loading branch information
vpavlin authored Aug 27, 2020
2 parents 0fc09b0 + 5c20f22 commit c5f6f09
Show file tree
Hide file tree
Showing 5 changed files with 751 additions and 4 deletions.
1 change: 1 addition & 0 deletions .s2i/environment
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ENABLE_MICROPIPENV=1
15 changes: 15 additions & 0 deletions .thoth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
host: khemenu.thoth-station.ninja
tls_verify: false
requirements_format: pipenv

managers:
- name: info
- name: version
configuration:
maintainers:
- vpavlin
- LaVLaS
assignees:
- sesheta
labels: [bot]
changelog_file: true
15 changes: 15 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
openshift = "==0.11.2"
jupyterhub-singleuser-profile = {ref = "295638c623d73792aca6e5a961faa216c397a812",git = "https://github.com/opendatahub-io/jupyterhub-singleuser-profiles.git",editable = true}
jupyter-publish-extension = {ref = "7cbf34e494fd9a0a79e9cd9a8c1d48a6775b9f49",git = "https://github.com/vpavlin/jupyter-publish-extension.git",editable = true}
oauthenticator = {ref = "0ffd00dda420865c67f5ee8c849ad86e7c6b7ebc",git = "https://github.com/vpavlin/oauthenticator.git",editable = true}

[requires]
python_version = "3.6"
Loading

0 comments on commit c5f6f09

Please sign in to comment.