Skip to content

Commit

Permalink
Merge pull request #6 from caiomuniz/master
Browse files Browse the repository at this point in the history
Adicionados requisitos
  • Loading branch information
MikeDoouglas committed Oct 9, 2019
2 parents a9cd966 + fda4714 commit 9e16e57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -48,3 +48,5 @@ MANIFEST

# Per-project virtualenvs
.venv*/

.env
28 changes: 11 additions & 17 deletions requirements.txt
@@ -1,17 +1,11 @@
# =============================================================================
# DEPRECATION WARNING:
#
# The file `requirements.txt` does not influence the package dependencies and
# will not be automatically created in the next version of PyScaffold (v4.x).
#
# Please have look at the docs for better alternatives
# (`Dependency Management` section).
# =============================================================================
#
# Add your pinned requirements so that they can be easily installed with:
# pip install -r requirements.txt
# Remember to also add them in setup.cfg but unpinned.
# Example:
# numpy==1.13.3
# scipy==1.0
#
aiogram==2.3
aiohttp==3.6.1
async-timeout==3.0.1
attrs==19.2.0
Babel==2.7.0
certifi==2019.9.11
chardet==3.0.4
idna==2.8
multidict==4.5.2
pytz==2019.3
yarl==1.3.0

0 comments on commit 9e16e57

Please sign in to comment.