Skip to content

Commit

Permalink
Merge pull request #28 from software-students-spring2024/setup
Browse files Browse the repository at this point in the history
Add pipfiles
  • Loading branch information
bloombar authored Feb 22, 2024
2 parents 395dae7 + cffe6ca commit a050820
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/event-logger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --user pipenv
pipenv --python $(which python)
pipenv install pytz
pipenv install python-dateutil
pipenv install build
Expand Down
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pymongo = "*"
flask = "*"

[dev-packages]

[requires]
python_version = "3.11"
233 changes: 233 additions & 0 deletions Pipfile.lock

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

0 comments on commit a050820

Please sign in to comment.