Skip to content

Commit

Permalink
fix: update author info
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha841 committed May 21, 2024
1 parent 57e14ce commit d3a07f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = "center-randomize"
version = "0.1.0"
description = "Exam Center Randomization Script"
authors = [
{ name = "Manisha Bhandari", email = "[email protected]" }
{ name = "moest-np" }
]
dependencies = [
"streamlit-folium==0.19.1",
"folium==0.16.0",
"streamlit>=1.33.0",
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"

[build-system]
requires = ["hatchling"]
Expand Down
10 changes: 7 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false

-e file:.
altair==5.3.0
Expand All @@ -28,13 +29,12 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via streamlit
colorama==0.4.6
# via click
# via pytest
coverage==7.5.0
# via pytest-cov
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
# via pytest
filelock==3.14.0
# via virtualenv
folium==0.16.0
Expand Down Expand Up @@ -143,11 +143,15 @@ termcolor==2.4.0
# via pytest-sugar
toml==0.10.2
# via streamlit
tomli==2.0.1
# via coverage
# via pytest
toolz==0.12.1
# via altair
tornado==6.4
# via streamlit
typing-extensions==4.11.0
# via altair
# via streamlit
tzdata==2024.1
# via pandas
Expand Down
8 changes: 4 additions & 4 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false

-e file:.
altair==5.3.0
Expand All @@ -26,8 +27,6 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via streamlit
colorama==0.4.6
# via click
folium==0.16.0
# via center-randomize
# via streamlit-folium
Expand All @@ -53,7 +52,7 @@ markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
numpy==1.26.4
numpy==1.24.4
# via altair
# via folium
# via pandas
Expand All @@ -63,7 +62,7 @@ numpy==1.26.4
packaging==24.0
# via altair
# via streamlit
pandas==2.2.2
pandas==2.0.3
# via altair
# via streamlit
pillow==10.3.0
Expand Down Expand Up @@ -109,6 +108,7 @@ toolz==0.12.1
tornado==6.4
# via streamlit
typing-extensions==4.11.0
# via altair
# via streamlit
tzdata==2024.1
# via pandas
Expand Down

0 comments on commit d3a07f4

Please sign in to comment.