Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Germey committed Mar 6, 2022
1 parent 23a3b2b commit bd6c2fd
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
environs==9.3.0
Flask==1.1.2
attrs==20.3.0
retrying==1.3.3
aiohttp==3.8.1
requests==2.25.1
loguru==0.5.3
pyquery==1.4.3
supervisor==4.2.1
redis==3.5.3
lxml==4.6.5
fake_headers==1.0.2
environs>=9.3.0,<10.0.0
Flask>=1.1.2,<2.0.0
attrs>=20.3.0,<21.0.0
retrying>=1.3.3,<2.0.0
aiohttp>=3.8.1,<4.0.0
requests>=2.25.1,<3.0.0
loguru>=0.5.3,<1.0.0
pyquery>=1.4.3,<2.0.0
supervisor>=4.2.1,<5.0.0
redis>=3.5.3,<4.0.0
lxml>=4.6.5,<5.0.0
fake_headers>=1.0.2,<2.0.0
maxminddb_geolite2==2018.703
gevent>=21.1.0
tornado>=6.0
meinheld>=1.0.0
itsdangerous==0.24
gevent>=21.1.0,<22.0.0
tornado>=6.0,<7.0
meinheld>=1.0.0,<2.0.0
itsdangerous>=0.24,<1.0.0

0 comments on commit bd6c2fd

Please sign in to comment.