Skip to content

Commit

Permalink
Pinned dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-janssen committed Feb 9, 2023
1 parent f73ae92 commit b5870d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
packages=['openleadr', 'openleadr.service'],
python_requires='>=3.7.0',
include_package_data=True,
install_requires=['xmltodict', 'aiohttp', 'apscheduler', 'jinja2', 'signxml==2.10.1'],
install_requires=['xmltodict==0.13.0', 'aiohttp>=3.8.3,<4.0.0', 'apscheduler>=3.10.0,<4.0.0', 'jinja2>=3.1.2,<4.0.0', 'signxml>=3.1.0,<3.2.0'],
entry_points={'console_scripts': ['fingerprint = openleadr.fingerprint:show_fingerprint']})

0 comments on commit b5870d7

Please sign in to comment.