Skip to content

Commit

Permalink
Make requirements.txt not so strict (#63)
Browse files Browse the repository at this point in the history
* Make requirements.txt not so strict

* Update requirements.txt

Co-authored-by: hh-h <hh-h@users.noreply.github.com>
  • Loading branch information
socketpair and hh-h committed Jun 12, 2020
1 parent c3948a0 commit 9f21517
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.6.2
pyyaml==5.3
attrs==19.3.0
fastjsonschema==2.14.3
strict_rfc3339==0.7
contextvars==2.4;python_version<"3.7"
aiohttp>=3.6.2,<3.7
pyyaml>=5.3,<5.4
attrs>=19.3.0,<19.4
fastjsonschema>=2.14.3,<2.15
strict_rfc3339>=0.7,<0.8
contextvars>=2.4,<2.5;python_version<"3.7"

0 comments on commit 9f21517

Please sign in to comment.