snoop2head commited on
Commit
4e70b71
1 Parent(s): 384a90c

fix backports dependency issue

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -5,7 +5,7 @@ appnope==0.1.3
5
  asttokens==2.2.1
6
  attrs==22.2.0
7
  backcall==0.2.0
8
- backports.zoneinfo==0.2.1
9
  blinker==1.5
10
  cachetools==5.3.0
11
  certifi==2022.12.7
 
5
  asttokens==2.2.1
6
  attrs==22.2.0
7
  backcall==0.2.0
8
+ backports.zoneinfo;python_version<"3.9"
9
  blinker==1.5
10
  cachetools==5.3.0
11
  certifi==2022.12.7