Skip to content

Commit

Permalink
Merge branch 'develop' into pg_azure_repo_change
Browse files Browse the repository at this point in the history
  • Loading branch information
hanefi committed Sep 7, 2023
2 parents 61bc7da + fe19800 commit 9c82c56
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
12 changes: 12 additions & 0 deletions citus_dev/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
docopt = "==0.6.2"

[dev-packages]

[requires]
python_version = "3.10"
28 changes: 28 additions & 0 deletions citus_dev/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions citus_dev/citus_dev-pipenv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
realfile=$(realpath $0)
dir=$(dirname $realfile)
pipenv-shebang "${dir}/citus_dev" "$@"

0 comments on commit 9c82c56

Please sign in to comment.