Skip to content

Commit

Permalink
Correct pipfile and add readme note (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble authored Nov 8, 2023
1 parent ea1a993 commit 70964a9
Show file tree
Hide file tree
Showing 3 changed files with 874 additions and 800 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ verify_ssl = true
name = "pypi"

[packages]
orca = {editable = true, path = ".", extras = ["all"]}
py-orca = {editable = true, path = ".", extras = ["all"]}

[dev-packages]
orca = {editable = true, path = ".", extras = ["testing", "dev"]}
py-orca = {editable = true, path = ".", extras = ["testing", "dev"]}

[requires]
python_version = "3.11"
Loading

0 comments on commit 70964a9

Please sign in to comment.