Skip to content

Commit

Permalink
Generate requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
h3llrais3r committed Jan 17, 2022
1 parent 67c6735 commit 673f854
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .build/generated/requirements-deptree.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ python-twitter 3.5 A Python wrapper around the Twitter API
|-- idna >=2.5,<4
`-- urllib3 >=1.21.1,<1.27
rebulk 3.1.0 Rebulk - Define simple search patterns in bulk to perform advanced matching on any string.
requests 2.26.0 Python HTTP for Humans.
requests 2.27.0 Python HTTP for Humans.
|-- certifi >=2017.4.17
|-- charset-normalizer >=2.0.0,<2.1.0
|-- idna >=2.5,<4
Expand Down
4 changes: 2 additions & 2 deletions .build/generated/requirements-imported.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ rebulk == 3.1.0
# \autosubliminal\notifiers\telegram.py: 5
# \autosubliminal\providers\addic7ed_custom.py: 10
# \autosubliminal\util\common.py: 15
requests == 2.26.0
requests == 2.27.0
# \autosubliminal\server\api\settings.py: 7
requests_oauthlib == 1.3.0
Expand All @@ -100,7 +100,7 @@ requests_oauthlib == 1.3.0
schema == 0.7.5
# \autosubliminal\__init__.py: 5
setuptools == 60.0.3
setuptools == 60.2.0
# \autosubliminal\__init__.py: 669
# \autosubliminal\providers\addic7ed_custom.py: 17,18
Expand Down
2 changes: 1 addition & 1 deletion .build/generated/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pywin32==303; sys_platform == "win32" and implementation_name == "cpython" and p
rarfile==4.0
rebulk==3.1.0
requests-oauthlib==1.3.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
requests==2.27.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
rich==10.15.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
schema==0.7.5
simplejson==3.17.6; (python_version >= "2.5" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pywin32==303; sys_platform == "win32" and implementation_name == "cpython" and p
rarfile==4.0
rebulk==3.1.0
requests-oauthlib==1.3.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
requests==2.27.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
rich==10.15.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6"
schema==0.7.5
simplejson==3.17.6; (python_version >= "2.5" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
Expand Down

0 comments on commit 673f854

Please sign in to comment.