diff --git a/.idea/dictionaries/romain.xml b/.idea/dictionaries/romain.xml index 698fc82..3108911 100644 --- a/.idea/dictionaries/romain.xml +++ b/.idea/dictionaries/romain.xml @@ -13,6 +13,7 @@ fonction francais français + gitea gnous ipinfo iplocalise @@ -21,7 +22,11 @@ levelname liste localiseip + lundi octobre + outout + outoutxyz + outouxyz pacman postgre postgresql diff --git a/Makefile b/Makefile index 30a6922..b38fe41 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ install: install-dev: $(VENV)/bin/pip install -r dev.requirements.txt update: - $(VENV)/bin/pip install -U . + $(VENV)/bin/pip install --upgrade --force-reinstall . # Blackify code reformat: diff --git a/README.rst b/README.rst index cbc06a2..ce7cd26 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ Installing the pre-requirements - The pre-requirements are: - - Python 3.7 or greater + - Python 3.8 or greater - Pip - Git diff --git a/dev.requirements.txt b/dev.requirements.txt index dd71093..e33385e 100644 --- a/dev.requirements.txt +++ b/dev.requirements.txt @@ -1,3 +1,3 @@ youtrack -pylint==2.6.0 -black==20.8b1 \ No newline at end of file +pylint>=2.6.0 +black>=20.8b1 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 49d9f80..7a587d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ install_requires = appdirs>=1.4.4 asyncpg>=0.21.0 Babel>=2.8.0 - discord.py>=1.5.1 + discord.py @ git+https://github.com/Rapptz/discord.py discord_flags>=2.1.1 humanize>=2.6.0 jishaku>=1.19.1.200