Skip to content

Commit

Permalink
Pin dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorechia committed Jul 18, 2021
1 parent 700e303 commit 3a53aab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
.tox
.coverage
rest-api
pip-wheel-metadata
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = py-rest-api-client
version = 0.1.0
version = 0.1.1
author = Paolo Rechia
author_email = paolorechia+pyrestapiclient@gmail.com
description = A
Expand All @@ -21,8 +21,8 @@ packages = find:
python_requires = >=3.8
install_requires =
httpx==0.18.2
pydantic
makefun
pydantic==1.8.2
makefun==1.11.3

[options.packages.find]
where = src
Expand Down

0 comments on commit 3a53aab

Please sign in to comment.