Skip to content

Commit

Permalink
chore: Regenerate Pipfile from req.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Jan 15, 2021
1 parent 73097f7 commit 15e0cbd
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ verify_ssl = true

[packages]
bikeshed = {editable = true,path = "."}
aiofiles = "==0.6.0"
aiohttp = "==3.7.3"
attrs = "==20.3.0"
certifi = "==2020.12.5"
cssselect = "==1.1.0"
html5lib = "==1.1"
isodate = "==0.6.0"
json-home-client = "==1.1.1"
lxml = "==4.6.2"
requests = "==2.25.1"
result = "==0.5.0"
tenacity = "==6.3.1"
widlparser = "==1.0.6"
Pygments = "==2.7.4"

[requires]
python_version = "3.7"
287 changes: 286 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"

0 comments on commit 15e0cbd

Please sign in to comment.