mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Updated requirements
This commit is contained in:
parent
a08ec3e08d
commit
94a6b4e1ec
|
@ -6,6 +6,7 @@ RcGcDb is a backend for handling webhooks to which recent changes of MediaWiki w
|
|||
* beautifulsoup 4.6.0>
|
||||
* aiohttp 3.6.2>
|
||||
* lxml 4.2.1>
|
||||
* nest-asyncio 1.4.0>
|
||||
|
||||
#### Installation
|
||||
```
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
beautifulsoup4 >= 4.6.0; python_version >= '3.6'
|
||||
aiohttp >= 3.6.2
|
||||
lxml >= 4.2.1
|
||||
nest-asyncio >= 1.4.0
|
Loading…
Reference in a new issue