-
-
Notifications
You must be signed in to change notification settings - Fork 16
Team 11 #11
base: master
Are you sure you want to change the base?
Team 11 #11
Changes from 2 commits
4c99800
7ed1c2a
020deb7
968c748
3011280
1f6f877
fb31d2b
c8d42d3
b8fdfd7
810ebad
95443bb
367a400
502abb9
4e2c293
ac46387
57d1394
2bcae58
3c7367b
b1376c8
6734b50
090f14f
b5c5402
fcaecfb
71bde19
018e523
59fa010
8e5cf70
e36ae9e
9f075e9
e0db09f
28f1154
2f16d10
b63381e
33bddfc
a2eddb4
34864b5
2ff9b48
5a6932e
6f04e37
ff7469d
2d5f3b6
4765a23
aa5b3ed
9bbeb30
f448a4e
36933e4
417d7a7
6a804bd
ac7c08a
996edba
40efcaa
56da195
0c1c026
989e5d1
adff2e6
4399dcb
8904bce
e0bf1cc
f03b98f
127051f
41b2ba4
a620972
f811720
5987a8a
804af0a
f87d75e
42eae45
0c83aaf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,7 @@ __pycache__/ | |
| # Distribution / packaging | ||
| .Python | ||
| env/ | ||
| .env | ||
| build/ | ||
| develop-eggs/ | ||
| dist/ | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,9 @@ name = "pypi" | |
| aiodns = "*" | ||
| aiohttp = "<2.3.0,>=2.0.0" | ||
| websockets = ">=4.0,<5.0" | ||
| "beautifulsoup4" = "*" | ||
| requests-html = "*" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like you've edited this file by hand. This is bad practise, but at least you've updated the lockfile as well. Please be careful about using
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am 100% sure that I did not update the Pipfile by hand. I used pipenv install requests-html
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay. Either way, we've made a statement about the wikipedia module on Discord, and the same applies to Requests. Requests does not support asyncio, and you're going to want to avoid any solution that doesn't. |
||
| wikipedia = "*" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you're not using this, you should |
||
|
|
||
| [dev-packages] | ||
| "flake8" = "*" | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't these both already in the gitignore?