Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
v-aparna committed Mar 22, 2023
1 parent 9a5e2cd commit 0b4e97f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
anyio==3.6.2
bleach==6.0.0
build==0.10.0
certifi==2022.12.7
charset-normalizer==3.1.0
click==8.1.3
docutils==0.19
fastapi==0.95.0
h11==0.14.0
idna==3.4
importlib-metadata==6.1.0
jaraco.classes==3.2.3
keyring==23.13.1
markdown-it-py==2.2.0
mdurl==0.1.2
more-itertools==9.1.0
packaging==23.0
pkginfo==1.9.6
prometheus-client==0.16.0
pydantic==1.10.6
Pygments==2.14.0
pyproject_hooks==1.0.0
python-dotenv==1.0.0
readme-renderer==37.3
requests==2.28.2
requests-toolbelt==0.10.1
rfc3986==2.0.0
rich==13.3.2
six==1.16.0
sniffio==1.3.0
starlette==0.26.1
twine==4.0.2
typing_extensions==4.5.0
urllib3==1.26.15
uvicorn==0.21.1
webencodings==0.5.1
zipp==3.15.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description = Autometrics package for python
description = Autometrics package for python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/autometrics-dev/autometrics-py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='autometrics',
version='0.1',
version='0.2',
packages=find_packages(),
install_requires=[
'prometheus_client',
Expand Down

0 comments on commit 0b4e97f

Please sign in to comment.