Skip to content

Commit

Permalink
ffxiv-6.4 (#54)
Browse files Browse the repository at this point in the history
* bump xivapi-js

* updated backend libs for security

* reverting xivapi update due to open pr

will redo this once the pr for the library gets accepted

* removed unused imports

* added dummy data files

need to populate these tomorrow

* re-running npm install to fix package-lock

* data from the game obtained
  • Loading branch information
freyamade authored May 23, 2023
1 parent 2137517 commit 46ea1bd
Show file tree
Hide file tree
Showing 7 changed files with 1,924 additions and 14,530 deletions.
35 changes: 35 additions & 0 deletions backend/api/management/commands/seed_data/gear/6.4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- has_accessories: True
has_armour: True
has_weapon: True
item_level: 640
name: 'Diadochos'
- has_accessories: True
has_armour: True
has_weapon: False
item_level: 640
name: 'Anabaseios'
- has_accessories: False
has_armour: False
has_weapon: True
item_level: 645
name: 'Voidcast'
- has_accessories: True
has_armour: True
has_weapon: True
item_level: 650
name: 'Credendum'
- has_accessories: True
has_armour: True
has_weapon: True
item_level: 660
name: 'Augmented Credendum'
- has_accessories: True
has_armour: True
has_weapon: False
item_level: 660
name: 'Ascension'
- has_accessories: False
has_armour: False
has_weapon: True
item_level: 665
name: 'Ascension'
6 changes: 6 additions & 0 deletions backend/api/management/commands/seed_data/tiers.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 6.4
- raid_gear_name: 'Ascension'
tome_gear_name: 'Augmented Credendum'
max_item_level: 665
name: 'Pandæmonium: Anabaseios'

# 6.2
- raid_gear_name: 'Abyssos'
tome_gear_name: 'Augmented Lunar Envoy'
Expand Down
16 changes: 8 additions & 8 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ click-repl==0.2.0
constantly==15.1.0
coreapi==2.3.3
coreschema==0.0.4
cryptography==36.0.1
cryptography==40.0.2
daphne==3.0.2
defusedxml==0.7.1
Deprecated==1.2.13
Django==3.2.16
Django==3.2.19
django-allauth==0.47.0
django-rest-framework==0.1.0
djangorestframework==3.13.1
Expand All @@ -39,27 +39,27 @@ Jinja2==3.1.2
kombu==5.2.3
MarkupSafe==2.1.1
msgpack==1.0.3
oauthlib==3.2.1
oauthlib==3.2.2
packaging==21.3
prompt-toolkit==3.0.24
psycopg2-binary==2.9.3
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
PyJWT==2.4.0
pyOpenSSL==22.0.0
pyOpenSSL==23.1.1
pyparsing==3.0.6
python3-openid==3.2.0
pytz==2021.3
PyYAML==5.4
redis==4.1.0
redis==4.5.5
requests==2.26.0
requests-oauthlib==1.3.0
sentry-sdk==1.9.10
sentry-sdk==1.22.2
service-identity==21.1.0
six==1.16.0
soupsieve==2.3.1
sqlparse==0.4.2
sqlparse==0.4.4
Twisted==22.10.0
txaio==22.2.1
typing_extensions==4.2.0
Expand All @@ -68,4 +68,4 @@ urllib3==1.26.12
vine==5.0.0
wcwidth==0.2.5
wrapt==1.13.3
zope.interface==5.4.0
zope.interface==5.4.0
Loading

0 comments on commit 46ea1bd

Please sign in to comment.