Update README.rst
This commit is contained in:
parent
834f071332
commit
e5c3f1b8de
5 changed files with 10 additions and 5 deletions
|
@ -13,6 +13,7 @@
|
||||||
<w>fonction</w>
|
<w>fonction</w>
|
||||||
<w>francais</w>
|
<w>francais</w>
|
||||||
<w>français</w>
|
<w>français</w>
|
||||||
|
<w>gitea</w>
|
||||||
<w>gnous</w>
|
<w>gnous</w>
|
||||||
<w>ipinfo</w>
|
<w>ipinfo</w>
|
||||||
<w>iplocalise</w>
|
<w>iplocalise</w>
|
||||||
|
@ -21,7 +22,11 @@
|
||||||
<w>levelname</w>
|
<w>levelname</w>
|
||||||
<w>liste</w>
|
<w>liste</w>
|
||||||
<w>localiseip</w>
|
<w>localiseip</w>
|
||||||
|
<w>lundi</w>
|
||||||
<w>octobre</w>
|
<w>octobre</w>
|
||||||
|
<w>outout</w>
|
||||||
|
<w>outoutxyz</w>
|
||||||
|
<w>outouxyz</w>
|
||||||
<w>pacman</w>
|
<w>pacman</w>
|
||||||
<w>postgre</w>
|
<w>postgre</w>
|
||||||
<w>postgresql</w>
|
<w>postgresql</w>
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ install:
|
||||||
install-dev:
|
install-dev:
|
||||||
$(VENV)/bin/pip install -r dev.requirements.txt
|
$(VENV)/bin/pip install -r dev.requirements.txt
|
||||||
update:
|
update:
|
||||||
$(VENV)/bin/pip install -U .
|
$(VENV)/bin/pip install --upgrade --force-reinstall .
|
||||||
|
|
||||||
# Blackify code
|
# Blackify code
|
||||||
reformat:
|
reformat:
|
||||||
|
|
|
@ -14,7 +14,7 @@ Installing the pre-requirements
|
||||||
|
|
||||||
- The pre-requirements are:
|
- The pre-requirements are:
|
||||||
|
|
||||||
- Python 3.7 or greater
|
- Python 3.8 or greater
|
||||||
- Pip
|
- Pip
|
||||||
- Git
|
- Git
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
youtrack
|
youtrack
|
||||||
pylint==2.6.0
|
pylint>=2.6.0
|
||||||
black==20.8b1
|
black>=20.8b1
|
|
@ -18,7 +18,7 @@ install_requires =
|
||||||
appdirs>=1.4.4
|
appdirs>=1.4.4
|
||||||
asyncpg>=0.21.0
|
asyncpg>=0.21.0
|
||||||
Babel>=2.8.0
|
Babel>=2.8.0
|
||||||
discord.py>=1.5.1
|
discord.py @ git+https://github.com/Rapptz/discord.py
|
||||||
discord_flags>=2.1.1
|
discord_flags>=2.1.1
|
||||||
humanize>=2.6.0
|
humanize>=2.6.0
|
||||||
jishaku>=1.19.1.200
|
jishaku>=1.19.1.200
|
||||||
|
|
Loading…
Reference in a new issue