Skip to content

Commit

Permalink
Try to add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jul 10, 2024
1 parent 0d07f43 commit 3d2647d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions requirements/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ dependencies:
- textdistance >=4.2.0
- three-merge >=0.1.1
- watchdog >=0.10.3
# Need at least some compatibility with python 3.10 features
- importlib-metadata >=4.6.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ def run(self):
'spyder-kernels>=2.5.2,<2.6.0',
'textdistance>=4.2.0',
'three-merge>=0.1.1',
'watchdog>=0.10.3'
'watchdog>=0.10.3',
'importlib_metadata>=4.8.3;python_version<"3.10"',
]

# Loosen constraints to ensure dev versions still work
Expand Down

0 comments on commit 3d2647d

Please sign in to comment.