diff options
| author | Harmon <Harmon758@gmail.com> | 2021-03-25 06:23:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-25 06:23:02 -0500 |
| commit | c5feb3dc503dbaeb765101b09352124edf73068f (patch) | |
| tree | 918c2746b109c018d2cb12701ffc2936791aeb35 | |
| parent | e45fd0792ee9a987a4df26e3139f5c3b107f0092 (diff) | |
| parent | 447c8a4b0cc6e8fbc4a20a5a6e2c7cfabe05368e (diff) | |
| download | gitdb-c5feb3dc503dbaeb765101b09352124edf73068f.tar.gz | |
Merge pull request #68 from tmcclintock/master
Bumped smmap upper bound
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b6ccf50..72957a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -smmap>=3.0.1,<4 +smmap>=3.0.1,<5 |
