Commit 94786d9
committed
Pin the version of regex to avoid error in dateparser
If you use a more recent version of regex, you get the following error:
```
regex._regex_core.error: bad escape \d at position 7
```
Solution posted by user Mehmet Kaan Erkoç on 2022-03-16 to Stack Overflow at
<https://stackoverflow.com/a/71504213/743730>1 parent c84b55c commit 94786d9
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
0 commit comments