Skip to content

Commit

Permalink
Merge pull request #72 from seasidesparrow/fix_req.20231025
Browse files Browse the repository at this point in the history
fix: move validators requirement from dev to dependencies
  • Loading branch information
seasidesparrow authored Oct 25, 2023
2 parents 9f93226 + e6803b9 commit 7de9dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies = [
'ordered-set==4.1.0',
'python-dateutil==2.8.1',
'adsingestschema @ git+https://github.com/adsabs/[email protected]#egg=adsingestschema',
'validators==0.22.0',
]


Expand All @@ -49,7 +50,6 @@ dev = [
'pytest-cov==3.0.0',
'pytest-cookies==0.6.1',
'semantic-release==0.1.0',
'validators==0.22.0',
]
docs = [
'Sphinx==4.3.1',
Expand Down

0 comments on commit 7de9dde

Please sign in to comment.