Skip to content

Commit 5ff628c

Browse files
authored
Merge pull request #42 from PurplShip/MapCountryToCurrencies
Map country to currencies
2 parents 7b75ff9 + d430748 commit 5ff628c

File tree

10 files changed

+804
-103
lines changed

10 files changed

+804
-103
lines changed

Pipfile

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
bandit = "==1.5.1"
8+
black = "==18.9b0"
9+
flake8 = "==3.7.7"
10+
mypy = "==0.670"
11+
pycodestyle = "==2.5.0"
12+
13+
[packages]
14+
15+
[requires]
16+
python_version = "3.6"

Pipfile.lock

Lines changed: 199 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)