Skip to content

Commit

Permalink
limit version range for legislice import
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Sep 18, 2021
1 parent 8df791e commit 282a641
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ coveralls
doc8
flake8-comprehensions
ipykernel
justopinion~=0.2.3
mypy
pydocstyle
pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apispec[validation]~=4.3.0
apispec-oneofschema
justopinion~=0.2.4
legislice>=0.5.0
legislice~=0.5.2
marshmallow>=3.10
marshmallow-oneofschema
nettlesome>=0.5.0
nettlesome~=0.5.1
pint>=0.15
python-slugify
requests
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ apispec[validation]~=4.3.0
apispec-oneofschema
eyecite~=2.2.0
justopinion~=0.2.4
legislice>=0.5.2
legislice~=0.5.2
marshmallow~=3.13
marshmallow-oneofschema
nettlesome>=0.5.1
nettlesome~=0.5.1
pint>=0.15
python-dotenv
python-slugify
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"apispec-oneofschema",
"eyecite~=2.2.0",
"justopinion~=0.2.3",
"legislice>=0.5.2",
"legislice~=0.5.2",
"marshmallow>=3.10",
"marshmallow-oneofschema",
"nettlesome>=0.5.1",
"nettlesome~=0.5.1",
"pint>=0.15",
"pydantic",
"python-dotenv",
Expand Down

0 comments on commit 282a641

Please sign in to comment.