Skip to content

Commit

Permalink
πŸ’ΌπŸ³οΈβ€πŸŒˆ ↣ Adding anvil connection for [#1]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Nov 3, 2022
1 parent 74f99e1 commit 5c40c17
Show file tree
Hide file tree
Showing 3 changed files with 3,075 additions and 0 deletions.
21 changes: 21 additions & 0 deletions server/models/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
flask = "*"
python-dotenv = "*"
flask-sqlalchemy = "*"
flask-restful = "*"
lightkurve = "*"
supabase-py = "*"
cuttle = "*"
click = "*"
kaggle = "*"
anvil-uplink = "*"

[dev-packages]

[requires]
python_version = "3.10"
Loading

0 comments on commit 5c40c17

Please sign in to comment.